From 82d77a7bacb12e7eec37ea072e1c9bd97830ecc6 Mon Sep 17 00:00:00 2001 From: Brady Date: Tue, 12 Mar 2019 01:43:03 -0500 Subject: [PATCH] Update MixinGradle to 0.6.2 Includes fix ensuring that the SRGs are generated prior to Mixin annotation processing --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5e3a26f7a..9fea94d61 100755 --- a/build.gradle +++ b/build.gradle @@ -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' } }