aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-03-14 22:21:10 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-03-14 22:21:10 +0800
commitb004addc44b1fff0fd83cf998aa618443e4e37ca (patch)
tree0b98fee9066349a97c825dfd8fe96a5cb025ba8d /build.gradle
parentd0f4d495957d2454bdf43a64d31a21f06849e677 (diff)
downloadRoughlyEnoughItems-b004addc44b1fff0fd83cf998aa618443e4e37ca.tar.gz
RoughlyEnoughItems-b004addc44b1fff0fd83cf998aa618443e4e37ca.tar.bz2
RoughlyEnoughItems-b004addc44b1fff0fd83cf998aa618443e4e37ca.zip
Update to 19w11a
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 2de07bd7b..9f88c353a 100755
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ repositories {
maven { url "https://tehnut.info/maven/" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://maven.jamieswhiteshirt.com/libs-release/" }
- maven { url "https://minecraft.curseforge.com/api/maven"}
+ maven { url "https://minecraft.curseforge.com/api/maven" }
}
processResources {
@@ -49,10 +49,10 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_version}"
modCompile "net.fabricmc:fabric-loader:${project.fabricloader_version}"
- modCompile "com.jamieswhiteshirt:developer-mode:${project.developermode_version}"
+// modCompile "com.jamieswhiteshirt:developer-mode:${project.developermode_version}"
modCompile "info.tehnut.pluginloader:plugin-loader:${project.pluginloader_version}"
modCompile "net.fabricmc:fabric:${project.fabric_version}"
- modCompile "utils:Cloth:${cloth_version}"
+ modCompile "cloth:Cloth:${cloth_version}"
compile "blue.endless:jankson:${project.jankson_version}"
contained "blue.endless:jankson:${project.jankson_version}"