mirror of
https://github.com/tuskyapp/Tusky
synced 2025-01-04 21:07:30 +01:00
Defer clean task
This commit is contained in:
parent
c2679438a8
commit
0de4f7f024
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user