Update MixinGradle to 0.6.2

Includes fix ensuring that the SRGs are generated prior to Mixin annotation processing
This commit is contained in:
Brady
2019-03-12 01:43:03 -05:00
parent 841a927033
commit 82d77a7bac

View File

@@ -33,7 +33,7 @@ buildscript {
dependencies {
classpath group: 'com.github.ImpactDevelopment', name: 'ForgeGradle', version: '3.0.115'
classpath group: 'com.github.ImpactDevelopment', name: 'MixinGradle', version: '0.6.1'
classpath group: 'com.github.ImpactDevelopment', name: 'MixinGradle', version: '0.6.2'
}
}