File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 maven { url " https://files.minecraftforge.net/maven" }
88 }
99 dependencies {
10- classpath ' net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT '
10+ classpath ' net.minecraftforge.gradle:ForgeGradle:2.3.4 '
1111 classpath ' org.minimallycorrect.libloader:LibLoaderGradle:0.1-SNAPSHOT'
1212 classpath ' org.minimallycorrect.gradle:DefaultsPlugin:0.0.29'
1313 }
@@ -37,7 +37,7 @@ curseforge {
3737}
3838
3939dependencies {
40- libLoader " com.eclipsesource.minimal-json:minimal-json:0.9.4 "
40+ libLoader " com.eclipsesource.minimal-json:minimal-json:0.9.5 "
4141 libLoader " org.minimallycorrect.modpatcher:ModPatcher:${ project.minimallyCorrectDefaults.minecraft} -SNAPSHOT"
42- testCompile ' junit:junit:4.12 '
42+ testCompile ' junit:junit:4.13.2 '
4343}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -bin.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.3 -bin.zip
You can’t perform that action at this time.
0 commit comments