mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-15 07:28:30 +00:00
Add support for backing up wallpapers.
This commit is contained in:
@@ -39,7 +39,8 @@ tasks.withType<KotlinCompile>().configureEach {
|
||||
afterEvaluate {
|
||||
listOf(
|
||||
"runKtlintCheckOverMainSourceSet",
|
||||
"runKtlintFormatOverMainSourceSet"
|
||||
"runKtlintFormatOverMainSourceSet",
|
||||
"sourcesJar"
|
||||
).forEach { taskName ->
|
||||
tasks.named(taskName) {
|
||||
mustRunAfter(tasks.named("generateMainProtos"))
|
||||
|
||||
Reference in New Issue
Block a user