Revert "test to fix build issue"

This reverts commit eed1a7a719.
This commit is contained in:
modmuss50 2015-12-30 17:09:17 +00:00
parent 0c7f07001b
commit 54817286e6
7 changed files with 35 additions and 3 deletions

View file

@ -101,16 +101,16 @@ dependencies {
// 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 "slimeknights.mantle:Mantle:1.8.8-0.6.jenkins60:deobf"
compile "com.github.glitchfiend.biomesoplenty:BiomesOPlenty:1.8.8-3.0.0.1532:deobf"
//compile 'Azanor:Thaumcraft:5.0.3:deobf@jar'
compile "com.github.azanor:baubles:1.1.2.0:deobf@jar"
deobfCompile 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'
compile 'RebornCore:RebornCore-1.8.9:1.2.2.+:dev'
// deobfCompile "mezz.jei:jei_1.8.9:2.13.0.52"
deobfCompile "mezz.jei:jei_1.8.9:2.13.0.52"
testCompile 'junit:junit:4.12'
}