aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2023-05-10 11:36:53 +0900
committermiozune <miozune@gmail.com>2023-05-10 11:36:53 +0900
commit2bcd97f269e8204d993ea48b3d9bac45af6cc71c (patch)
tree67abb09e97fa4dd062915c9e27def1ca341f0f49
parent6cb571531f3748de23b187385e5fec684ddcd045 (diff)
downloadGT5-Unofficial-2bcd97f269e8204d993ea48b3d9bac45af6cc71c.tar.gz
GT5-Unofficial-2bcd97f269e8204d993ea48b3d9bac45af6cc71c.tar.bz2
GT5-Unofficial-2bcd97f269e8204d993ea48b3d9bac45af6cc71c.zip
Update dependencies
-rw-r--r--dependencies.gradle15
-rw-r--r--repositories.gradle22
2 files changed, 5 insertions, 32 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index f0db1a0524..b7c676a5d0 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -1,15 +1,10 @@
// Add your dependencies here
dependencies {
- compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.254:dev')
+ api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.24:dev')
- compileOnly('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.139:dev')
- compileOnly('com.github.GTNewHorizons:bartworks:0.5.82:dev')
- compileOnly('com.github.GTNewHorizons:GTplusplus:1.7.203:dev')
- compileOnly('com.github.GTNewHorizons:ProjectRed:4.7.9-GTNH:dev') {transitive=false}
- compileOnly('com.github.GTNewHorizons:VisualProspecting:1.0.31:dev') {transitive=false}
- compileOnly('com.github.GTNewHorizons:ForestryMC:4.4.14:dev') {transitive=false}
- compileOnly('com.github.GTNewHorizons:Railcraft:9.13.10:dev') {transitive=false}
- compileOnly('com.github.GTNewHorizons:EnderIO:2.3.1.43:dev') {transitive=false}
- compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.27:api') {transitive=false}
+ compileOnly('com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.13:dev') {transitive=false}
+ compileOnly('com.github.GTNewHorizons:bartworks:0.7.6:dev') {transitive=false}
+ compileOnly('com.github.GTNewHorizons:GTplusplus:1.9.5:dev') {transitive=false}
+ compileOnly('com.github.GTNewHorizons:VisualProspecting:1.1.1:dev') {transitive=false}
}
diff --git a/repositories.gradle b/repositories.gradle
index 6d9e5936f8..45729e1073 100644
--- a/repositories.gradle
+++ b/repositories.gradle
@@ -1,26 +1,4 @@
// Add any additional repositiroes for your dependencies here
repositories {
- maven {
- name = "GTNH Maven"
- url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/"
- }
- maven {
- name = "sponge"
- url = "https://repo.spongepowered.org/repository/maven-public"
- }
- maven {
- name = "ic2"
- url = "http://maven.ic2.player.to/"
- metadataSources {
- mavenPom()
- artifact()
- }
- }
- maven {
- url "https://cursemaven.com"
- }
- maven {
- url = "https://jitpack.io"
- }
}