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.
This commit is contained in:
Jonas Herzig
2021-06-27 14:43:19 +02:00
parent 08165252d5
commit 766d3346ee
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {

2
jGui

Submodule jGui updated: cbf01d5c8d...09955508ca