update gradles to latest

This commit is contained in:
Thonsi
2023-08-20 20:55:49 +05:30
committed by GitHub
parent a1554f81ff
commit 559b2cfd64
2 changed files with 6 additions and 6 deletions

View File

@@ -21,6 +21,6 @@ allprojects {
}
}
task clean(type: Delete) {
delete rootProject.buildDir
tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
}