mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-09-16 13:39:26 +00:00
add crutch for publishing of artifacts
This commit is contained in:
@@ -89,3 +89,11 @@ apply from: "defaultAndroidSettings.gradle"
|
|||||||
apply from: "github_release.gradle"
|
apply from: "github_release.gradle"
|
||||||
apply from: "publish.gradle"
|
apply from: "publish.gradle"
|
||||||
apply from: "dokka.gradle"
|
apply from: "dokka.gradle"
|
||||||
|
|
||||||
|
def publishTasks = tasks.findAll { it.name.containsIgnoreCase("publish") }
|
||||||
|
def signTasks = tasks.findAll { it.name.containsIgnoreCase("sign") }
|
||||||
|
publishTasks.forEach { task ->
|
||||||
|
signTasks.forEach {
|
||||||
|
task.dependsOn(it)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user