Skip to content

Commit 67c006b

Browse files
committed
If it takes more than 15 minutes to get curse working we are legally allowed to leave
1 parent 98262cd commit 67c006b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

build.gradle

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1716
plugins {
18-
id "com.matthewprenger.cursegradle" version "1.0.9"
17+
id "com.matthewprenger.cursegradle" version "1.4.0"
1918
}
2019
apply plugin: 'org.minimallycorrect.gradle.DefaultsPlugin'
2120
apply 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+
3439
dependencies {
3540
libLoader "com.eclipsesource.minimal-json:minimal-json:0.9.4"
3641
libLoader "org.minimallycorrect.modpatcher:ModPatcher:${project.minimallyCorrectDefaults.minecraft}-SNAPSHOT"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=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

0 commit comments

Comments
 (0)