blob: 5214442b9264955d610625aaf0589f1fa0e0326a (
plain)
1
2
3
4
5
6
7
8
|
// Add your dependencies here
dependencies {
api("com.github.GTNewHorizons:GT5-Unofficial:5.09.44.23:dev")
testImplementation(platform('org.junit:junit-bom:5.8.2'))
testImplementation('org.junit.jupiter:junit-jupiter')
}
|