Correct reference to XJC classpath

This commit is contained in:
Juergen Hoeller 2017-01-17 14:00:15 +01:00
parent ac6aa53031
commit 54da4a8c8e
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ configurations {
xjc
jibx
}
dependencies {
castor "org.codehaus.castor:castor-anttasks:1.4.1"
jibx "org.jibx:jibx-bind:1.2.6"
@ -77,7 +78,7 @@ task genJaxb {
javac(destdir: classesDir, source: 1.8, target: 1.8, debug: true,
debugLevel: "lines,vars,source",
classpath: configurations.castor.asPath) {
classpath: configurations.xjc.asPath) {
src(path: sourcesDir)
include(name: "**/*.java")
include(name: "*.java")