1
0
mirror of https://github.com/tuskyapp/Tusky synced 2024-12-22 23:08:04 +01:00

Migrate deprecated buildDir

This commit is contained in:
Goooler 2023-08-25 10:20:18 +08:00
parent 4c853a8689
commit d694f8f495

View File

@ -18,5 +18,5 @@ allprojects {
}
tasks.register('clean') {
delete rootProject.buildDir
delete layout.buildDirectory
}