Skip to content

Commit

Permalink
do not minimize jar
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed May 19, 2024
1 parent 290055b commit f8fb8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
tasks.shadowJar {
relocate("org.bstats", "net.thenextlvl.worlds.bstats")
archiveBaseName.set("worlds")
minimize()
// minimize() // breaks cloud
}

paper {
Expand Down

0 comments on commit f8fb8ce

Please sign in to comment.