Skip to content

Commit

Permalink
Remove uncompiled protos from compiled jar
Browse files Browse the repository at this point in the history
  • Loading branch information
4Benj committed Aug 21, 2022
1 parent b3a7cde commit 825517c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ application {


jar {
exclude '*.proto'

manifest {
attributes 'Main-Class': 'emu.grasscutter.Grasscutter'
}
Expand Down

0 comments on commit 825517c

Please sign in to comment.