Skip to content

Commit

Permalink
Use 'tasks.register' to avoid unnecessary configuration
Browse files Browse the repository at this point in the history
Change-Id: Ie4db2d80db0ea005e6c26d927982849ee4c42dd4
  • Loading branch information
vmiklos committed Sep 22, 2023
1 parent 97ff500 commit 5896130
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 @@ -26,6 +26,6 @@ allprojects {
}
}

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

0 comments on commit 5896130

Please sign in to comment.