1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-01-04 21:07:30 +01:00

Defer clean task

This commit is contained in:
Goooler 2023-01-19 21:56:32 +08:00
parent c2679438a8
commit 0de4f7f024

View File

@ -10,6 +10,6 @@ allprojects {
apply plugin: libs.plugins.ktlint.get().pluginId apply plugin: libs.plugins.ktlint.get().pluginId
} }
task clean(type: Delete) { tasks.register('clean') {
delete rootProject.buildDir delete rootProject.buildDir
} }