mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 06:57:39 +01:00
Require forceSign property even on releases
This commit is contained in:
parent
3ca960e31b
commit
d145fbc5cc
@ -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 New Issue
Block a user