Skip to content

Commit

Permalink
Don't exclude javaparser - falls over at runtime without it when usin…
Browse files Browse the repository at this point in the history
…g mixins, although not sure why as shouldn't be needed
  • Loading branch information
LunNova committed May 8, 2017
1 parent e7816a8 commit bd96fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ jar {
}) {
exclude "META-INF/**"
exclude "org/objectweb/asm/**"
exclude "com/github/javaparser/**"
}
from lzma(mappingsPath + 'methods.csv')
from lzma(mappingsPath + 'fields.csv')
Expand Down

0 comments on commit bd96fd9

Please sign in to comment.