Skip to content

Commit

Permalink
update maven
Browse files Browse the repository at this point in the history
update nei version
  • Loading branch information
Dream-Master committed Feb 2, 2022
1 parent 4ba6c9c commit 05a8eff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Add your dependencies here

dependencies {
compile("com.github.GTNewHorizons:NotEnoughItems:2.2.5:dev")
compile("com.github.GTNewHorizons:NotEnoughItems:2.2.5-GTNH:dev")
compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.2:dev")

compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.19:dev") {
Expand Down
5 changes: 5 additions & 0 deletions repositories.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
// Add any additional repositories for your dependencies here

repositories {

maven {
name = "GTNH"
url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/"
}
maven {
name = "ic2"
url = "https://maven.ic2.player.to/"
Expand Down

0 comments on commit 05a8eff

Please sign in to comment.