Skip to content

Commit

Permalink
Replace deprecated buildDir by layout.buildDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
rene0 committed Nov 18, 2023
1 parent 7f5f004 commit 3d0f552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ allprojects {
}

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

0 comments on commit 3d0f552

Please sign in to comment.