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

13 lines
361 B
Groovy

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