Fix compilation with Mixin 0.8 on ForgeGradle

This commit is contained in:
Jonas Herzig
2020-04-07 17:20:04 +02:00
parent 9970ac798a
commit 1d7a49907c

View File

@@ -253,6 +253,11 @@ dependencies {
shade('org.spongepowered:mixin:0.8') {
transitive = false // deps should all be bundled with MC
}
// Mixin needs these (and depends on them but for some reason that's not enough. FG, did you do that?)
annotationProcessor 'com.google.code.gson:gson:2.2.4'
annotationProcessor 'com.google.guava:guava:21.0'
annotationProcessor 'org.ow2.asm:asm-tree:6.2'
}
shadow 'com.googlecode.mp4parser:isoparser:1.1.7'
shadow 'org.apache.commons:commons-exec:1.3'