blob: cdae295d4458b0b460b026f25eceb28b337007ba (
plain)
1
2
3
4
5
6
7
8
|
// Add your dependencies here
dependencies {
testImplementation(platform('org.junit:junit-bom:5.8.2'))
testImplementation('org.junit.jupiter:junit-jupiter')
compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.254:dev")
}
|