Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit c4cbd30

Browse files
committed
Use forgegradle 2.2 for 1.11
:fixMcSources fails on a clean cache when decompiling 1.11.2 with forgegradle 2.3. We should stick to v2.2 until we use 1.12
1 parent 1eb2a9f commit c4cbd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
}
1616

1717
dependencies {
18-
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
18+
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
1919
classpath 'org.spongepowered:mixingradle:0.4-SNAPSHOT'
2020
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.0'
2121
}

0 commit comments

Comments
 (0)