7 lines
No EOL
154 B
Groovy
7 lines
No EOL
154 B
Groovy
dependencies {
|
|
compile project(':content-xml')
|
|
}
|
|
|
|
tasks.withType(JavaCompile) {
|
|
options.compilerArgs << "-Xlint:all" << "-profile" << "compact2"
|
|
} |