Skip to content

Commit

Permalink
Enable minimize on shadowJar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tecnio committed Apr 13, 2024
1 parent 0828d89 commit 308f34d
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 @@ -39,6 +39,7 @@ dependencies {

tasks.shadowJar {
archiveFileName = "AntiHaxerman.jar"
minimize()

relocate("org.atteo.classindex", "me.tecnio.ahm.libs.classindex")
relocate("co.aikar", "me.tecnio.ahm.libs.aikar")
Expand Down

0 comments on commit 308f34d

Please sign in to comment.