blob: 845ddcfae62c429f5c729685046dcf83f4e9e655 [file] [log] [blame]
// Generic Gradle project
apply plugin: 'java'
sourceCompatibility = '1.8'
repositories {
jcenter()
}
dependencies {
testImplementation 'junit:junit:4.12'
}