File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,17 @@ buildscript {
44 jcenter()
55 maven { url " https://repo.nallar.me/" }
66 maven { url " https://plugins.gradle.org/m2/" }
7- maven { url " http ://files.minecraftforge.net/maven" }
7+ maven { url " https ://files.minecraftforge.net/maven" }
88 }
99 dependencies {
1010 classpath ' net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
1111 classpath ' org.minimallycorrect.libloader:LibLoaderGradle:0.1-SNAPSHOT'
1212 classpath ' org.minimallycorrect.gradle:DefaultsPlugin:0.0.29'
13- classpath ' gradle.plugin.com.matthewprenger:CurseGradle:1.4.0'
1413 }
1514}
1615
1716plugins {
18- id " com.matthewprenger.cursegradle" version " 1.0.9 "
17+ id " com.matthewprenger.cursegradle" version " 1.4.0 "
1918}
2019apply plugin : ' org.minimallycorrect.gradle.DefaultsPlugin'
2120apply plugin : ' org.minimallycorrect.libloader.LibLoaderGradle'
@@ -31,6 +30,12 @@ minimallyCorrectDefaults {
3130 description = " Profile your minecraft server: Find which entities and tile entities are making your server slow"
3231} ()
3332
33+ curseforge {
34+ curseProjects. each { proj ->
35+ proj. setGameVersionStrings(new ArrayList<String > (proj. getGameVersionStrings()))
36+ }
37+ }
38+
3439dependencies {
3540 libLoader " com.eclipsesource.minimal-json:minimal-json:0.9.4"
3641 libLoader " org.minimallycorrect.modpatcher:ModPatcher:${ project.minimallyCorrectDefaults.minecraft} -SNAPSHOT"
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.10.3 -bin.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -bin.zip
You can’t perform that action at this time.
0 commit comments