Skip to content

Commit

Permalink
Also relocate io.leangen.geantyref (thanks to @NotMyFault)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien30000 committed Sep 3, 2023
1 parent 3c4cc95 commit 1c0fc13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ tasks {
this.archiveFileName.set("${project.name}-${project.version}.${this.archiveExtension.getOrElse("jar")}")
this.destinationDirectory.set(rootProject.tasks.shadowJar.get().destinationDirectory.get())
relocate("cloud.commandframework", "com.thevoxelbox.voxelsniper.cloud")
relocate("io.leangen.geantyref", "com.thevoxelbox.geantyref")
relocate("org.incendo.serverlib", "com.thevoxelbox.voxelsniper.serverlib")
relocate("org.bstats", "com.thevoxelbox.voxelsniper.metrics")
relocate("io.papermc.lib", "com.thevoxelbox.voxelsniper.paperlib")
Expand Down

0 comments on commit 1c0fc13

Please sign in to comment.