Gradle downgrade (trying to make F-Droid happy)

This commit is contained in:
Juha Heinanen
2023-01-30 06:40:48 +02:00
parent 6c4acaeafc
commit d572556f87
2 changed files with 3 additions and 4 deletions

View File

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