brouter/brouter-codec/build.gradle
2021-10-07 13:28:24 +02:00

8 lines
138 B
Groovy

plugins {
id 'java-library'
}
dependencies {
implementation project(':brouter-util')
testImplementation 'junit:junit:4.13.1'
}