content/content-rdf/build.gradle

7 lines
154 B
Groovy
Raw Normal View History

2016-10-03 14:25:26 +02:00
dependencies {
compile project(':content-xml')
}
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:all" << "-profile" << "compact2"
}