mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-05 23:08:23 +00:00
Require forceSign property even on releases
This commit is contained in:
parent
3ca960e31b
commit
d145fbc5cc
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ tasks {
|
|||
withType<Jar> {
|
||||
archiveVersion.set(rootProject.ext["FULL_VERSION"] as String)
|
||||
}
|
||||
withType<Sign> {
|
||||
onlyIf { project.hasProperty("forceSign") }
|
||||
}
|
||||
}
|
||||
|
||||
// Dependency caching
|
||||
|
|
Loading…
Reference in a new issue