z3950/z3950-common/build.gradle

17 lines
347 B
Groovy
Raw Normal View History

2017-11-16 00:37:06 +01:00
plugins {
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 {
api project(':z3950-api')
implementation "org.xbib:cql-common:${project.property('xbib-cql.version')}"
2017-11-16 00:37:06 +01:00
}
sourceSets {
main {
java {
srcDirs 'build/generated-src'
}
}
}