Add yamcore to gradle
This commit is contained in:
parent
74f8aa0533
commit
515234aac0
2 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,10 @@ repositories {
|
|||
maven { // AppleCore
|
||||
url "http://www.ryanliptak.com/maven/"
|
||||
}
|
||||
maven { // GalacticGreg, YAMCore,..
|
||||
name 'UsrvDE'
|
||||
url "http://jenkins.usrv.de:8082/nexus/content/repositories/releases/"
|
||||
}
|
||||
ivy {
|
||||
name "BuildCraft"
|
||||
artifactPattern "http://www.mod-buildcraft.com/releases/BuildCraft/[revision]/[module]-[revision]-[classifier].[ext]"
|
||||
|
@ -78,6 +82,7 @@ repositories {
|
|||
ivy {
|
||||
name 'IC2NuclearControl'
|
||||
artifactPattern "http://addons-origin.cursecdn.com/files/${config.nc.cf}/[module]-[revision].[ext]"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -22,3 +22,4 @@ railcraft.cf=2299/713
|
|||
railcraft.version=1.7.10-9.12.2.0
|
||||
nc.cf=2275/987
|
||||
nc.version=2.3.4a
|
||||
yamcore.version=0.5.73
|
||||
|
|
Loading…
Reference in a new issue