9 lines
No EOL
287 B
Groovy
9 lines
No EOL
287 B
Groovy
|
|
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')}"
|
|
} |