packwiz-installer/build.gradle
2019-05-14 19:51:35 +01:00

11 lines
127 B
Groovy

plugins {
id 'java-library'
}
dependencies {
//testImplementation 'junit:junit:4.12'
}
repositories {
jcenter()
}