mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-12-03 08:38:46 +01:00
Closes #3236
This commit is contained in:
@@ -96,6 +96,11 @@ allprojects {
|
||||
withJavadocJar()
|
||||
}
|
||||
|
||||
val javaComponent = components["java"] as AdhocComponentWithVariants
|
||||
javaComponent.withVariantsFromConfiguration(configurations["shadowRuntimeElements"]) {
|
||||
skip()
|
||||
}
|
||||
|
||||
signing {
|
||||
if (!version.toString().endsWith("-SNAPSHOT")) {
|
||||
signing.isRequired
|
||||
|
||||
Reference in New Issue
Block a user