Skip to content

Commit

Permalink
Use tasks.register
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Oct 3, 2023
1 parent 0cb4b63 commit cf8daa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ allprojects {
}
}

task clean(type: Delete) {
tasks.register('clean', Delete) {
delete rootProject.buildDir
}

0 comments on commit cf8daa6

Please sign in to comment.