summary refs log tree commit diff stats
path: root/build.gradle
diff options
context:
space:
mode:
authorNikkyAI <root@nikky.moe>2018-11-06 11:23:40 +0100
committerNikkyAI <root@nikky.moe>2018-11-06 11:28:20 +0100
commit33ecb40f610a53980360cd24c4ff75c2e5a36fb8 (patch)
treeea64388791696de209ca6edd30cec135ce1c230d /build.gradle
parent952a3d178722dbc3a8f59e8b23bda5b9a63d2385 (diff)
use plugins block for fabric-loom
add .gitignore

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 7686b60..e18d715 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.13-SNAPSHOT'
 }
 
-apply plugin: net.fabricmc.loom.LoomGradlePlugin
-
 sourceCompatibility = 1.8
 targetCompatibility = 1.8