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
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 1 additions and 1 deletions

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'
}
}