diff options
| author | Technus <daniel112092@gmail.com> | 2017-05-21 18:53:49 +0200 |
|---|---|---|
| committer | Technus <daniel112092@gmail.com> | 2017-05-21 18:53:49 +0200 |
| commit | 0fe92e159e98194bb502186669fdbaec9190b2db (patch) | |
| tree | 8ff0841e8c87701d6f74155593893afd15cb0094 | |
| parent | 968a78b51c12f77e931fea2dea8d4a1bcd1a31d4 (diff) | |
| download | GT5-Unofficial-0fe92e159e98194bb502186669fdbaec9190b2db.tar.gz GT5-Unofficial-0fe92e159e98194bb502186669fdbaec9190b2db.tar.bz2 GT5-Unofficial-0fe92e159e98194bb502186669fdbaec9190b2db.zip | |
Revert "Try this."
This reverts commit 968a78b51c12f77e931fea2dea8d4a1bcd1a31d4.
| -rw-r--r-- | build.gradle | 5 | ||||
| -rw-r--r-- | build.properties | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle index 4842ad40d5..d8aac059a3 100644 --- a/build.gradle +++ b/build.gradle @@ -54,10 +54,6 @@ repositories { name 'UsrvDE' url "http://jenkins.usrv.de:8082/nexus/content/repositories/releases/" } - maven { // Baubles - name 'UsrvDE_3rdParty' - url "http://jenkins.usrv.de:8082/nexus/content/repositories/thirdparty/" - } maven { name = "ic2" url = "http://maven.ic2.player.to/" @@ -75,7 +71,6 @@ repositories { dependencies { compile "eu.usrv:YAMCore:${config.minecraft.version}-${config.yamcore.version}:deobf" compile "net.industrial-craft:industrialcraft-2:${config.ic2.version}:dev" - compile "com.azanor.baubles:Baubles:${config.baubles.version}:deobf" provided name: 'CoFHLib', version: config.cofhlib.version, ext: 'jar' provided name: 'CoFHCore', version: config.cofhcore.version, ext: 'jar' } diff --git a/build.properties b/build.properties index 80811219cf..3195ae7691 100644 --- a/build.properties +++ b/build.properties @@ -10,6 +10,5 @@ cofhcore.cf=2246/920 cofhcore.version=[1.7.10]3.0.3-303-dev cofhlib.cf=2246/918 cofhlib.version=[1.7.10]1.0.3-175-dev -baubles.version=1.0.1.10 yamcore.version=0.5.74
\ No newline at end of file |
