brouter/brouter-mapaccess/build.gradle
2024-04-06 00:23:09 +02:00

12 lines
312 B
Groovy

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