Skip to content

Commit

Permalink
fix: Fix un-relocated geantyref in distributor-permission-rank
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Dec 2, 2024
1 parent e0d2e65 commit 874618d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("distributor.parent-conventions")
}

version = "4.0.0" + if (indraGit.headTag() == null) "-SNAPSHOT" else ""
version = "4.0.1" + if (indraGit.headTag() == null) "-SNAPSHOT" else ""
group = "com.xpdustry"
description = "The Mindustry plugin of ur dreams..."

Expand Down
1 change: 1 addition & 0 deletions distributor-permission-rank/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ tasks.shadowJar {
val relocationPackage = "com.xpdustry.distributor.api.permission.rank.shadow"
relocate("org.yaml.snakeyaml", "$relocationPackage.snakeyaml")
relocate("org.spongepowered.configurate", "$relocationPackage.configurate")
relocate("io.leangen.geantyref", "$relocationPackage.geantyref")
minimize()
}

Expand Down

0 comments on commit 874618d

Please sign in to comment.