Fix compilation with Mixin 0.8 on ForgeGradle
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user