Skip to content

Commit

Permalink
updateDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune committed Oct 30, 2023
1 parent 6e85733 commit 56515ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.42.07:dev')
api('com.github.GTNewHorizons:NotEnoughItems:2.3.46-GTNH:dev')
api('com.github.GTNewHorizons:TecTech:5.2.1:dev')
compileOnly('com.github.GTNewHorizons:MyTown2:0.5.3.1-GTNH:dev')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.73:dev')
api('com.github.GTNewHorizons:NotEnoughItems:2.4.6-GTNH:dev')
api('com.github.GTNewHorizons:TecTech:5.3.11:dev')
compileOnly('com.github.GTNewHorizons:MyTown2:0.5.4-GTNH:dev')
}
22 changes: 0 additions & 22 deletions repositories.gradle
Original file line number Diff line number Diff line change
@@ -1,24 +1,2 @@
repositories {
maven {
name 'GTNH Maven'
url 'http://jenkins.usrv.eu:8081/nexus/content/groups/public/'
allowInsecureProtocol
}
maven {
name 'ic2'
url 'https://maven.ic2.player.to/'
metadataSources {
mavenPom()
artifact()
}
}
maven {
url 'https://cursemaven.com'
content {
includeGroup 'curse.maven'
}
}
maven {
url 'https://jitpack.io'
}
}

0 comments on commit 56515ed

Please sign in to comment.