From 33ecb40f610a53980360cd24c4ff75c2e5a36fb8 Mon Sep 17 00:00:00 2001 From: NikkyAI Date: Tue, 6 Nov 2018 11:23:40 +0100 Subject: use plugins block for fabric-loom add .gitignore --- build.gradle | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'build.gradle') 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 -- cgit 1.4.1