summary refs log tree commit diff stats
path: root/build.gradle
diff options
context:
space:
mode:
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