aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
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'