1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-01-02 12:07:02 +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
}
task clean(type: Delete) {
tasks.register('clean') {
delete rootProject.buildDir
}