Require forceSign property even on releases

This commit is contained in:
MD 2021-08-31 21:27:35 +01:00
parent 3ca960e31b
commit d145fbc5cc
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ tasks {
withType<Jar> {
archiveVersion.set(rootProject.ext["FULL_VERSION"] as String)
}
withType<Sign> {
onlyIf { project.hasProperty("forceSign") }
}
}
// Dependency caching