content/content-resource/build.gradle

9 lines
287 B
Groovy
Raw Normal View History

tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:all" << "-profile" << "compact2"
}
dependencies {
compile "org.xbib:net:${project.property('xbib-net.version')}"
testCompile "com.fasterxml.jackson.core:jackson-databind:${project.property('jackson.version')}"
}