Updates to gradle file

This commit is contained in:
modmuss50 2016-03-16 20:50:37 +00:00
parent e319398bc9
commit daa2397d0e

View file

@ -54,7 +54,7 @@ repositories {
}
ivy {
name = 'ThaumCraft 4 API'
artifactPattern 'https://dl.dropboxusercontent.com/u/47135879/[module]-1.8.9-[revision]-[classifier].[ext]'
artifactPattern 'https://dl.dropboxusercontent.com/u/47135879/[module]-1.9-[revision]-[classifier].[ext]'
}
ivy {
name "MineTweaker3"
@ -76,7 +76,7 @@ configurations {
compile.extendsFrom shade
}
version = "0.7.11"
version = "1.9-0.7.11"
def ENV = System.getenv()
if (ENV.BUILD_NUMBER) {
@ -87,8 +87,8 @@ minecraft {
version = "1.9-12.16.0.0-1.9"
mappings = "snapshot_20160316"
replace "@MODVERSION@", project.version
makeObfSourceJar = false
useDepAts = true
// makeObfSourceJar = false
// useDepAts = true
runDir = "run"
}
@ -114,29 +114,29 @@ dependencies {
// compile "codechicken:CodeChickenCore:1.7.10-1.0.7.+:dev"
// compile "codechicken:NotEnoughItems:1.7.10-1.0.5.+:dev"
// compile "codechicken:ForgeMultipart:1.7.10-1.2.0.345:dev"
compile ("mcp.mobius.waila:Waila:1.6.0-B3_1.8.8:dev") {
exclude group: 'mcp.mobius.waila'
}
// compile ("mcp.mobius.waila:Waila:1.6.0-B3_1.8.8:dev") {
// exclude group: 'mcp.mobius.waila'
// }
// compile "qmunity:QmunityLib:0.2.+:deobf"
// compile "com.pahimar.ee3:EquivalentExchange3:1.7.10-0.3.507:dev"
// compile "net.sengir.forestry:forestry_1.7.10:4.2.0.47:dev"
// shade "net.sengir.forestry:forestry_1.7.10:4.2.0.47:api"
compile "slimeknights:TConstruct:1.8.8-2.0.1.jenkins11:deobf"
// compile "slimeknights:TConstruct:1.8.8-2.0.1.jenkins11:deobf"
// compile "mods.natura:natura:1.7.10-107.779621d:deobf"
compile "slimeknights.mantle:Mantle:1.8.8-0.6.jenkins60:deobf"
compile "com.github.glitchfiend.biomesoplenty:BiomesOPlenty:1.8.9-3.0.0.1923:deobf"
compile 'Azanor:Thaumcraft:5.1.6:deobf@jar'
compile "com.github.azanor:baubles:1.1.3.0:deobf@jar"
compile name: "CraftTweaker", version: "1.8.8-3.0.0", classifier: "Dev"
// compile "slimeknights.mantle:Mantle:1.8.8-0.6.jenkins60:deobf"
// compile "com.github.glitchfiend.biomesoplenty:BiomesOPlenty:1.8.9-3.0.0.1923:deobf"
// compile 'Azanor:Thaumcraft:5.1.6:deobf@jar'
// compile "com.github.azanor:baubles:1.1.3.0:deobf@jar"
// compile name: "CraftTweaker", version: "1.8.8-3.0.0", classifier: "Dev"
// shade 'IC2-Classic-API-STANDALONE:IC2-Classic-API-STANDALONE:1.1.0.19-5:api'
deobfCompile 'RebornCore:RebornCore-1.8.9:1.4.5.+:universal'
deobfCompile "mezz.jei:jei_1.8.9:2.27.+"
deobfCompile 'MCMultiPart:MCMultiPart:1.0.8:universal'
compile 'RebornCore:RebornCore-1.9:2.0.0:dev'
// deobfCompile "mezz.jei:jei_1.8.9:2.27.+"
// deobfCompile 'MCMultiPart:MCMultiPart:1.0.8:universal'
println("Downloading dependencies that have no maven :/")
// println("Downloading dependencies that have no maven :/")
//This is done becuase
grabDep('buildcraft-7.2.0-pre12', 'http://modmuss50.me/files/buildcraft-7.2.0-pre12-deobf.jar')
compile files("dep/buildcraft-7.2.0-pre12.jar")
// grabDep('buildcraft-7.2.0-pre12', 'http://modmuss50.me/files/buildcraft-7.2.0-pre12-deobf.jar')
// compile files("dep/buildcraft-7.2.0-pre12.jar")
}