brouter/brouter-util/build.gradle
2021-06-29 13:02:21 +02:00

7 lines
94 B
Groovy

plugins {
id 'java-library'
}
dependencies {
testImplementation('junit:junit:4.13.1')
}