File: xjc.gradle

package info (click to toggle)
jabref 3.8.2%2Bds-12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,456 kB
  • sloc: java: 114,177; xml: 3,985; sh: 291; python: 283; perl: 200; ruby: 22; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
configurations {
    xjc
}

task xjc(type:Exec) {
    commandLine 'debian/xjc.sh'
}

tasks.compileJava.dependsOn xjc