diff options
author | Bass <tudurap.com@gmail.com> | 2019-12-04 17:14:44 +0000 |
---|---|---|
committer | Bass <tudurap.com@gmail.com> | 2019-12-04 17:14:44 +0000 |
commit | 716a775175893c35005443ed5ba737fc053b787a (patch) | |
tree | 8f5141582d1867221abf062a58776167e3f09a86 | |
parent | 9624570f50bf2d55d4e9908fdae81d614425a8c1 (diff) | |
download | GT5-Unofficial-716a775175893c35005443ed5ba737fc053b787a.tar.gz GT5-Unofficial-716a775175893c35005443ed5ba737fc053b787a.tar.bz2 GT5-Unofficial-716a775175893c35005443ed5ba737fc053b787a.zip |
LibFix 2.0
All praise Greg Maven (this can't be the right way of adding libs..)
-rw-r--r-- | build.gradle | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index a1e77b8b0e..9040ae0d8a 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ configurations { } repositories { - maven { //Computercraft + maven { //Computercraft, NEI, chicken core and lib name = "GregTech maven" url = "https://gregtech.overminddl1.com/" } @@ -76,10 +76,6 @@ repositories { name = "IC2 maven" url = "http://maven.ic2.player.to/" } - maven { //NEI, chicken core and lib - name = "Chickenbones maven" - url = "http://chickenbones.net/maven/" - } maven { // Baubles and Thaumcraft name 'MC Mod Dev maven' url 'https://maven.mcmoddev.com/' |