Skip to content

Commit

Permalink
Merge pull request Grasscutters#1680 from 4Benj/development
Browse files Browse the repository at this point in the history
Remove uncompiled protos from compiled jar
  • Loading branch information
KingRainbow44 committed Aug 21, 2022
2 parents b3a7cde + 825517c commit 957296f
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 957296f

Please sign in to comment.