Skip to content

Commit

Permalink
Require forceSign property even on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe committed Aug 31, 2021
1 parent 3ca960e commit d145fbc
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -70,6 +70,9 @@ tasks {
withType<Jar> {
archiveVersion.set(rootProject.ext["FULL_VERSION"] as String)
}
withType<Sign> {
onlyIf { project.hasProperty("forceSign") }
}
}

// Dependency caching
Expand Down

0 comments on commit d145fbc

Please sign in to comment.