Skip to content

Commit a05f20c

Browse files
author
Robin
committed
fix compile and reformat versioning
1 parent a77c918 commit a05f20c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ tasks {
6666
shadowJar {
6767
// add commit hash to the jar name
6868
this.archiveClassifier.set("")
69-
this.archiveVersion.set(commitHash)
69+
this.archiveVersion.set("$version-[$commitHash]")
7070

7171
this.relocate("dev.rosewood.rosegarden", "${project.group}.fishing.libs.rosegarden")
7272
this.relocate("com.jeff_media.morepersistentdatatypes", "${project.group}.fishing.libs.pdt")

src/main/java/dev/oribuin/fishing/FishingPlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public void disable() {
6666
return List.of(
6767
TierManager.class,
6868
FishManager.class,
69-
MenuManager.class,
7069
TotemManager.class
7170
);
7271
}

0 commit comments

Comments
 (0)