content/content-xml/build.gradle

9 lines
305 B
Groovy
Raw Permalink Normal View History

2016-10-03 14:25:26 +02:00
dependencies {
compile project(':content-core')
compile project(':content-resource')
compile "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${project.property('jackson.version')}"
2016-10-03 14:25:26 +02:00
}
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:all" << "-profile" << "compact2"
}