Update to Sdk34

This commit is contained in:
2023-09-01 10:54:46 +02:00
parent e5041c98e1
commit 4e4653da97
6 changed files with 34 additions and 49 deletions

View File

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