Skip to content

Commit

Permalink
update to explicit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchej123 committed Jan 18, 2022
1 parent 0514449 commit 2dcfc81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Add your dependencies here

dependencies {
compile("com.github.GTNewHorizons:TinkersConstruct:master-SNAPSHOT:dev")
compile("com.github.GTNewHorizons:TinkersConstruct:1.9.0.9-GTNH:dev")
}
4 changes: 4 additions & 0 deletions repositories.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// Add any additional repositories for your dependencies here

repositories {
maven {
name = "GTNH Maven"
url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/"
}
maven {
url "https://cursemaven.com"
}
Expand Down

0 comments on commit 2dcfc81

Please sign in to comment.