Skip to content

Commit

Permalink
Do not use the deprecated buildDir in gradle scripts
Browse files Browse the repository at this point in the history
Replace it by layout.buildDiretory instead.
  • Loading branch information
svillar committed Feb 21, 2025
1 parent 0ff96a9 commit 55dcc94
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 @@ -27,5 +27,5 @@ allprojects {
}

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

0 comments on commit 55dcc94

Please sign in to comment.