Skip to content

Commit

Permalink
refactor: use the new way to clean the project build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
abanoubha committed May 27, 2024
1 parent f1fcb3e commit 9e6e139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ allprojects {
}
}

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

0 comments on commit 9e6e139

Please sign in to comment.