mirror of
https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder.git
synced 2025-09-03 06:59:17 +00:00
Compare commits
1 Commits
build-ca1a
...
build-26a5
Author | SHA1 | Date | |
---|---|---|---|
26a5d20e26 |
@@ -14,7 +14,14 @@ if (project.hasProperty("signing.gnupg.keyName")) {
|
|||||||
|
|
||||||
sign publishing.publications
|
sign publishing.publications
|
||||||
}
|
}
|
||||||
}"""
|
|
||||||
|
task signAll {
|
||||||
|
tasks.withType(Sign).forEach {
|
||||||
|
dependsOn(it)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"""
|
||||||
GpgSigning.Enabled ->
|
GpgSigning.Enabled ->
|
||||||
"""
|
"""
|
||||||
apply plugin: 'signing'
|
apply plugin: 'signing'
|
||||||
@@ -23,5 +30,12 @@ signing {
|
|||||||
useGpgCmd()
|
useGpgCmd()
|
||||||
|
|
||||||
sign publishing.publications
|
sign publishing.publications
|
||||||
}"""
|
}
|
||||||
|
|
||||||
|
task signAll {
|
||||||
|
tasks.withType(Sign).forEach {
|
||||||
|
dependsOn(it)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"""
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user