There was an error while loading. Please reload this page.
1 parent fc43c65 commit c0048f8Copy full SHA for c0048f8
1 file changed
‎build.gradle.kts‎
@@ -49,7 +49,7 @@ val versionDetails: groovy.lang.Closure<com.palantir.gradle.gitversion.VersionDe
49
val details = versionDetails()
50
51
group = "com.alpsbte"
52
-version = "5.0.0" + "-" + details.commitDistance + "-" + details.gitHash + "-SNAPSHOT"
+version = "5.0.0" // + "-" + details.commitDistance + "-" + details.gitHash + "-SNAPSHOT"
53
description = "PlotSystem-Terra"
54
java.sourceCompatibility = JavaVersion.VERSION_21
55
@@ -71,7 +71,7 @@ tasks.shadowJar {
71
exclude("org/slf4j/**")
72
archiveClassifier = ""
73
74
- relocationPrefix = "com.alpsbte.plotsystemterra.shaded"
+ relocationPrefix = "$group.plotsystemterra.shaded"
75
enableAutoRelocation = true
76
}
77
0 commit comments