Skip to content

Commit

Permalink
build(api): unused JDA classes should remain (fixes #37)
Browse files Browse the repository at this point in the history
we don't know what other modules may or may not use from JDA
  • Loading branch information
axieum committed Jun 30, 2022
1 parent eb70c2b commit 6d99bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ maven_group = me.axieum.mcmod.minecord
github_repo = axieum/minecord

# Other
org.gradle.jvmargs=-Xmx1G
org.gradle.jvmargs=-Xmx1536M
2 changes: 1 addition & 1 deletion minecord-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ shadowJar {
// relocate 'tomp2p.opuswrapper', "${dest}.tomp2p.opuswrapper"

// Minify the result - remove unused classes
minimize()
// minimize()
}

// Provide the fat-jar to Fabric's remapping task
Expand Down

0 comments on commit 6d99bb3

Please sign in to comment.