mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-12-22 05:57:14 +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: "publish.gradle"
|
||||||
apply from: "dokka.gradle"
|
apply from: "dokka.gradle"
|
||||||
|
|
||||||
def publishTasks = tasks.findAll { it.name.containsIgnoreCase("publish") }
|
//def publishTasks = tasks.findAll { it.name.containsIgnoreCase("publish") }
|
||||||
def signTasks = tasks.findAll { it.name.containsIgnoreCase("sign") }
|
//def signTasks = tasks.findAll { it.name.containsIgnoreCase("sign") }
|
||||||
publishTasks.forEach { task ->
|
//publishTasks.forEach { task ->
|
||||||
signTasks.forEach {
|
// signTasks.forEach {
|
||||||
task.dependsOn(it)
|
// task.dependsOn(it)
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
|
@ -44,6 +44,13 @@ android {
|
|||||||
debuggable true
|
debuggable true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
publishing {
|
||||||
|
multipleVariants {
|
||||||
|
allVariants()
|
||||||
|
withSourcesJar()
|
||||||
|
withJavadocJar()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
exclude 'META-INF/kotlinx-serialization-runtime.kotlin_module'
|
exclude 'META-INF/kotlinx-serialization-runtime.kotlin_module'
|
||||||
|
Loading…
Reference in New Issue
Block a user