2016-10-03 14:25:26 +02:00
|
|
|
dependencies {
|
|
|
|
compile project(':content-core')
|
|
|
|
compile project(':content-resource')
|
2017-08-14 23:00:13 +02:00
|
|
|
compile "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${project.property('jackson.version')}"
|
2016-10-03 14:25:26 +02:00
|
|
|
}
|
2016-12-07 15:37:41 +01:00
|
|
|
|
|
|
|
tasks.withType(JavaCompile) {
|
|
|
|
options.compilerArgs << "-Xlint:all" << "-profile" << "compact2"
|
|
|
|
}
|