replace deprecated Gradle functionality
This commit is contained in:
parent
7375be88c9
commit
3ad3f1d4aa
@ -12,5 +12,5 @@ allprojects {
|
||||
}
|
||||
|
||||
tasks.register("clean", Delete::class) {
|
||||
delete(rootProject.buildDir)
|
||||
delete(rootProject.layout.buildDirectory)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user