Skip to content

Commit

Permalink
aim42#309 Align Task definition with Gradle conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Dec 13, 2023
1 parent d3cc506 commit 55a6de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ allprojects {
println "projectDir : " + projectDir
println "groupId : " + project.group
println "buildDir : " + buildDir
println "targetCompatibility : " + rootProject.targetCompatibility
println "targetCompatibility : " + java.targetCompatibility
println "=" * 80
}
}
Expand Down
2 changes: 1 addition & 1 deletion htmlSanityCheck-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

apply plugin: 'groovy'

task copyResourceImages(type: Copy) {
tasks.register('copyResourceImages', Copy) {
from('src/main/resources') {
include '**/*.png'
}
Expand Down

0 comments on commit 55a6de1

Please sign in to comment.