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 Oct 21, 2023
1 parent abd5a50 commit a8d080c
Showing 1 changed file with 1 addition and 1 deletion.
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 a8d080c

Please sign in to comment.