brouter/brouter-mapaccess/build.gradle

13 lines
341 B
Groovy

plugins {
id 'java-library'
}
dependencies {
implementation project(':brouter-util')
implementation project(':brouter-codec')
implementation project(':brouter-expressions')
testImplementation 'junit:junit:4.13.2'
}
// MapcreatorTest generates segments which are used in tests
test.dependsOn ':brouter-map-creator:test'