Add minVersion to mixin configs and bump bundled mixin version

This commit is contained in:
Jonas Herzig
2017-10-27 16:27:28 +02:00
parent 10ce71efe3
commit 1c888aadc2
7 changed files with 7 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ configurations {
dependencies { dependencies {
compile 'org.projectlombok:lombok:1.16.4' compile 'org.projectlombok:lombok:1.16.4'
compile 'org.spongepowered:mixin:0.6.8-SNAPSHOT' compile 'org.spongepowered:mixin:0.7.5-SNAPSHOT'
shade 'com.googlecode.mp4parser:isoparser:1.1.7' shade 'com.googlecode.mp4parser:isoparser:1.1.7'
shade 'org.apache.commons:commons-exec:1.3' shade 'org.apache.commons:commons-exec:1.3'
shade 'com.google.apis:google-api-services-youtube:v3-rev178-1.22.0' shade 'com.google.apis:google-api-services-youtube:v3-rev178-1.22.0'

View File

@@ -7,5 +7,6 @@
"MixinMinecraft" "MixinMinecraft"
], ],
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_8",
"minVersion": "0.6.11",
"refmap": "mixins.replaymod.refmap.json" "refmap": "mixins.replaymod.refmap.json"
} }

View File

@@ -10,5 +10,6 @@
"MixinShadersRender" "MixinShadersRender"
], ],
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_8",
"minVersion": "0.6.11",
"refmap": "mixins.replaymod.refmap.json" "refmap": "mixins.replaymod.refmap.json"
} }

View File

@@ -7,5 +7,6 @@
"MixinRender" "MixinRender"
], ],
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_8",
"minVersion": "0.6.11",
"refmap": "mixins.replaymod.refmap.json" "refmap": "mixins.replaymod.refmap.json"
} }

View File

@@ -10,5 +10,6 @@
"MixinRenderGlobal" "MixinRenderGlobal"
], ],
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_8",
"minVersion": "0.6.11",
"refmap": "mixins.replaymod.refmap.json" "refmap": "mixins.replaymod.refmap.json"
} }

View File

@@ -13,5 +13,6 @@
"server": [], "server": [],
"client": [], "client": [],
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_8",
"minVersion": "0.6.11",
"refmap": "mixins.replaymod.refmap.json" "refmap": "mixins.replaymod.refmap.json"
} }

View File

@@ -15,5 +15,6 @@
"server": [], "server": [],
"client": [], "client": [],
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_8",
"minVersion": "0.6.11",
"refmap": "mixins.replaymod.refmap.json" "refmap": "mixins.replaymod.refmap.json"
} }