Merge branch 'master' of https://github.com/TechReborn/TechReborn
This commit is contained in:
commit
8d0cc231d6
2 changed files with 19 additions and 87 deletions
|
@ -68,9 +68,9 @@ configurations {
|
|||
|
||||
def ENV = System.getenv()
|
||||
if (ENV.BUILD_NUMBER) {
|
||||
version = "0.7.0." + "${System.getenv().BUILD_NUMBER}"
|
||||
version = "0.7.1." + "${System.getenv().BUILD_NUMBER}"
|
||||
} else {
|
||||
version = "0.7.0.BUILD"
|
||||
version = "0.7.1.BUILD"
|
||||
}
|
||||
|
||||
minecraft {
|
||||
|
@ -121,7 +121,7 @@ dependencies {
|
|||
compile "com.github.azanor:baubles:1.0.1.10:deobf@jar"
|
||||
compile name: "MineTweaker3", version: "1.7.10-3.0.9C", classifier: "Dev"
|
||||
shade 'IC2-Classic-API-STANDALONE:IC2-Classic-API-STANDALONE:1.1.0.19-5:api'
|
||||
compile 'RebornCore:RebornCore:1.0.0.+:dev'
|
||||
compile 'RebornCore:RebornCore:1.1.0.+:dev'
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue