aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-06-19 14:52:32 +0800
committershedaniel <daniel@shedaniel.me>2020-06-19 14:52:32 +0800
commite22929648a3b5d74bb52224b10b88c1c06cf8b31 (patch)
treee6e42c9fa074369e49cb655ba51307bd7492a2e2 /build.gradle
parentab43f3b0249584aae28ea8300d30bac186346159 (diff)
downloadRoughlyEnoughItems-legacy/3.x-1.14.tar.gz
RoughlyEnoughItems-legacy/3.x-1.14.tar.bz2
RoughlyEnoughItems-legacy/3.x-1.14.zip
Migrate to fabric-key-binding-api-v1, fix crash.legacy/3.x-1.14
Signed-off-by: shedaniel <daniel@shedaniel.me>
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