Correct reference to XJC classpath

(cherry picked from commit 54da4a8)
This commit is contained in:
Juergen Hoeller 2017-01-17 14:00:15 +01:00
parent 28c7f65a25
commit 391ebc8eda
1 changed files with 2 additions and 1 deletions

View File

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