summary refs log tree commit diff stats
path: root/build.gradle
diff options
context:
space:
mode:
authorasie <kontakt@asie.pl>2018-12-01 17:21:50 +0100
committerasie <kontakt@asie.pl>2018-12-01 17:22:07 +0100
commit6a975962b67923357f33e045a69ffc6d38cfe34a (patch)
tree759f0ace8fbb32086bf3f25f77515c757514a08e /build.gradle
parent4d0c364880fecb64ac6a3597fd426d42ef257701 (diff)
parent33ecb40f610a53980360cd24c4ff75c2e5a36fb8 (diff)
Merge branch 'master' of https://github.com/NikkyAI/fabric-example-mod into NikkyAI-master
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle16
1 files changed, 1 insertions, 15 deletions
diff --git a/build.gradle b/build.gradle
index 65f0e77..f46145f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,24 +1,10 @@
-buildscript {
-	repositories {
-		jcenter()
-		maven {
-			name = 'Fabric'
-			url = 'http://maven.modmuss50.me/'
-		}
-	}
-	dependencies {
-		classpath "net.fabricmc:fabric-loom:0.0.13-SNAPSHOT"
-	}
-}
-
 plugins {
 	id 'java'
 	id 'eclipse'
 	id 'idea'
+	id 'fabric-loom' version '0.0.14-SNAPSHOT'
 }
 
-apply plugin: net.fabricmc.loom.LoomGradlePlugin
-
 sourceCompatibility = 1.8
 targetCompatibility = 1.8