2017-11-16 00:37:06 +01:00
|
|
|
plugins {
|
2020-05-20 10:46:17 +02:00
|
|
|
id 'org.xbib.gradle.plugin.jflex' version '1.4.0'
|
|
|
|
id 'org.xbib.gradle.plugin.jacc' version '1.4.0'
|
2017-11-16 00:37:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2020-05-20 10:46:17 +02:00
|
|
|
api project(':z3950-api')
|
2023-01-14 18:45:26 +01:00
|
|
|
api libs.cql.common
|
2017-11-16 00:37:06 +01:00
|
|
|
}
|
2020-05-20 10:46:17 +02:00
|
|
|
|
|
|
|
sourceSets {
|
|
|
|
main {
|
|
|
|
java {
|
|
|
|
srcDirs 'build/generated-src'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|