Skip to content

Commit

Permalink
Replace deprecated Project.buildDir by Project.layout.buildDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Sep 9, 2023
1 parent 8faf5a0 commit 4d300e4
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 @@ -6,5 +6,5 @@ plugins {
}

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

0 comments on commit 4d300e4

Please sign in to comment.