Skip to content

Commit c0048f8

Browse files
committed
build: 🔖 Release v5.0.0
1 parent fc43c65 commit c0048f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎build.gradle.kts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ val versionDetails: groovy.lang.Closure<com.palantir.gradle.gitversion.VersionDe
4949
val details = versionDetails()
5050

5151
group = "com.alpsbte"
52-
version = "5.0.0" + "-" + details.commitDistance + "-" + details.gitHash + "-SNAPSHOT"
52+
version = "5.0.0" // + "-" + details.commitDistance + "-" + details.gitHash + "-SNAPSHOT"
5353
description = "PlotSystem-Terra"
5454
java.sourceCompatibility = JavaVersion.VERSION_21
5555

@@ -71,7 +71,7 @@ tasks.shadowJar {
7171
exclude("org/slf4j/**")
7272
archiveClassifier = ""
7373

74-
relocationPrefix = "com.alpsbte.plotsystemterra.shaded"
74+
relocationPrefix = "$group.plotsystemterra.shaded"
7575
enableAutoRelocation = true
7676
}
7777

0 commit comments

Comments
 (0)