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