Skip to content

Commit

Permalink
replace deprecated Gradle property
Browse files Browse the repository at this point in the history
fixes #302
  • Loading branch information
johan12345 committed Oct 19, 2023
1 parent b60b2d7 commit e814c08
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 @@ -31,5 +31,5 @@ allprojects {
}

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

0 comments on commit e814c08

Please sign in to comment.