mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-11-18 06:03:47 +00:00
second try to fix publish issues
This commit is contained in:
parent
b4c454141e
commit
f326d9070a
14
build.gradle
14
build.gradle
@ -90,10 +90,10 @@ apply from: "github_release.gradle"
|
||||
apply from: "publish.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)
|
||||
}
|
||||
}
|
||||
//def publishTasks = tasks.findAll { it.name.containsIgnoreCase("publish") }
|
||||
//def signTasks = tasks.findAll { it.name.containsIgnoreCase("sign") }
|
||||
//publishTasks.forEach { task ->
|
||||
// signTasks.forEach {
|
||||
// task.dependsOn(it)
|
||||
// }
|
||||
//}
|
||||
|
@ -44,6 +44,13 @@ android {
|
||||
debuggable true
|
||||
}
|
||||
}
|
||||
publishing {
|
||||
multipleVariants {
|
||||
allVariants()
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude 'META-INF/kotlinx-serialization-runtime.kotlin_module'
|
||||
|
Loading…
Reference in New Issue
Block a user