aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-19 17:46:49 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-19 17:46:49 +0800
commit277a10844312a2d8310875cfbd4205772a11445b (patch)
treec46eabed16d67216bde1aeb20371fcbc95424664 /build.gradle
parentbf526920c4ab4bb6719e27c305a35e1772b2873b (diff)
downloadRoughlyEnoughItems-2.0.0.10.tar.gz
RoughlyEnoughItems-2.0.0.10.tar.bz2
RoughlyEnoughItems-2.0.0.10.zip
1.13.2 Portv2.0.0.10
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle14
1 files changed, 8 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index 22a59db90..8853ba910 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,7 +16,7 @@ apply plugin: 'org.spongepowered.mixin'
apply plugin: 'java'
group 'me.shedaniel'
-version '2.0.0.9'
+version '2.0.0.10'
archivesBaseName = 'RoughlyEnoughItems'
sourceCompatibility = 1.8
@@ -26,11 +26,8 @@ repositories {
mavenCentral()
maven { url 'https://www.dimdev.org/maven/' }
maven { url 'https://www.jitpack.io' }
-}
-
-mixin {
- defaultObfuscationEnv notch
- add sourceSets.main, 'mixins.roughlyenoughitems.refmap.json'
+ maven { url 'https://repo.spongepowered.org/maven/' }
+ maven { url "http://repo.strezz.org/artifactory/list/Strezz-Central" }
}
dependencies {
@@ -38,6 +35,11 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.5'
}
+mixin {
+ defaultObfuscationEnv notch
+ add sourceSets.main, 'mixins.roughlyenoughitems.refmap.json'
+}
+
minecraft {
version = '1.13.2'
mappings = 'snapshot_20181130'