Skip to content

Commit

Permalink
Use tasks.register fixing IDE warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adeekshith committed Sep 6, 2024
1 parent c76a76e commit 032286a
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 032286a

Please sign in to comment.