forked from GTNewHorizons/Applied-Energistics-2-Unofficial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.gradle
40 lines (35 loc) · 2.45 KB
/
dependencies.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// Add your dependencies here
dependencies {
implementation('com.github.GTNewHorizons:NotEnoughItems:2.4.12-GTNH:dev')
implementation('curse.maven:cofh-core-69162:2388751')
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.36:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:ForgeMultipart:1.4.0:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.86:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:Jabba:1.3.1:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:inventory-tweaks:1.6.0:api') {transitive = false}
compileOnly('com.github.GTNewHorizons:OpenComputers:1.9.19-GTNH:api') {transitive = false}
compileOnly('com.github.GTNewHorizons:waila:1.6.5:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:Railcraft:9.15.1:api') {transitive = false}
compileOnly('net.industrial-craft:industrialcraft-2:2.2.828-experimental:api')
compileOnly('curse.maven:minefactory-reloaded-66672:2366150')
compileOnly('pneumaticCraft:PneumaticCraft-1.7.10:1.12.7-152:api') {transitive = false}
compileOnly('curse.maven:better-storage-232919:2731636')
compileOnly('api:immibis:1')
// Uncomment to add thermal expansion + foundation for testing
// runtimeOnlyNonPublishable('curse.maven:thermal-foundation-222880:2388753')
// runtimeOnlyNonPublishable('curse.maven:thermal-expansion-69163:2388759')
testImplementation('junit:junit:4.12')
functionalTestImplementation(platform('org.junit:junit-bom:5.9.2'))
functionalTestImplementation('org.junit.jupiter:junit-jupiter')
functionalTestImplementation('org.junit.platform:junit-platform-engine')
functionalTestImplementation('org.junit.platform:junit-platform-launcher')
functionalTestImplementation('org.junit.platform:junit-platform-reporting')
functionalTestImplementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.86:dev') {
exclude module: "Applied-Energistics-2-Unofficial"
}
runtimeOnlyNonPublishable("com.github.GTNewHorizons:DuraDisplay:1.1.7:dev")
runtimeOnlyNonPublishable('com.github.GTNewHorizons:Baubles:1.0.1.16:dev')
runtimeOnlyNonPublishable('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
runtimeOnlyNonPublishable('com.github.GTNewHorizons:ThaumicEnergistics:1.5.1-GTNH:dev') { transitive = false }
runtimeOnlyNonPublishable('com.github.GTNewHorizons:AE2FluidCraft-Rework:1.1.67-gtnh:dev') { transitive = false }
}