mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-11-27 08:35:49 +00:00
update gradle versions and publication scripts
This commit is contained in:
@@ -103,4 +103,10 @@ if (project.hasProperty("signing.gnupg.keyName")) {
|
||||
dependsOn(it)
|
||||
}
|
||||
}
|
||||
|
||||
// Workaround to make android sign operations depend on signing tasks
|
||||
project.getTasks().withType(AbstractPublishToMaven.class).configureEach {
|
||||
def signingTasks = project.getTasks().withType(Sign.class)
|
||||
mustRunAfter(signingTasks)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user