From 766d3346ee7629ea7e9aabbdfeb8c91b27c17bfc Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Sun, 27 Jun 2021 14:43:19 +0200 Subject: [PATCH] Pin FG5 version because its maintainers cannot be trusted Versions after 5.0.5 emit tsrg2 instead of tsrg, breaking anything which reads those files (e.g. Mixin and the preprocessor), later versions even bump the required Gradle version. --- build.gradle | 2 +- jGui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 369888bd..75013687 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ buildscript { if (fabric) { classpath 'fabric-loom:fabric-loom.gradle.plugin:0.8-SNAPSHOT' } else if (mcVersion >= 11400) { - classpath('net.minecraftforge.gradle:ForgeGradle:5.+'){ + classpath('net.minecraftforge.gradle:ForgeGradle:5.0.5') { // the FG people still haven't learned to not do breaking changes exclude group: 'trove', module: 'trove' // preprocessor/idea requires more recent one } } else if (mcVersion >= 10800) { diff --git a/jGui b/jGui index cbf01d5c..09955508 160000 --- a/jGui +++ b/jGui @@ -1 +1 @@ -Subproject commit cbf01d5c8d195784684f6bec37788829ab2be2ab +Subproject commit 09955508ca0e92b0658bfa4569bb46af7de16c43