aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle11
1 files changed, 2 insertions, 9 deletions
diff --git a/build.gradle b/build.gradle
index 9d993d187..1ae058416 100755
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id 'fabric-loom' version '0.2.5-SNAPSHOT'
+ id 'fabric-loom' version '0.4-SNAPSHOT'
id 'maven-publish'
id 'net.minecrell.licenser' version '0.4.1'
}
@@ -10,8 +10,7 @@ targetCompatibility = 1.8
archivesBaseName = "RoughlyEnoughItems"
group = "me.shedaniel"
-def ENV = System.getenv()
-version = project.mod_version + "+" + (ENV.BUILD_NUMBER ? ("build." + ENV.BUILD_NUMBER) : "local")
+version = project.mod_version
def includeDep = true
@@ -23,12 +22,6 @@ license {
include '**/*.java'
}
-repositories {
- maven { url "https://tehnut.info/maven/" }
- maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
- maven { url "https://minecraft.curseforge.com/api/maven" }
-}
-
processResources {
filesMatching('fabric.mod.json') {
expand 'version': project.version