Skip to content

Commit 391ebc8

Browse files
committed
Correct reference to XJC classpath
(cherry picked from commit 54da4a8)
1 parent 28c7f65 commit 391ebc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-oxm/oxm.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ configurations {
44
xmlbeans
55
jibx
66
}
7+
78
dependencies {
89
castor "org.codehaus.castor:castor-anttasks:1.4.1"
910
jibx "org.jibx:jibx-bind:1.2.6"
@@ -75,7 +76,7 @@ task genJaxb {
7576

7677
javac(destdir: classesDir, source: 1.6, target: 1.6, debug: true,
7778
debugLevel: "lines,vars,source",
78-
classpath: configurations.castor.asPath) {
79+
classpath: configurations.xjc.asPath) {
7980
src(path: sourcesDir)
8081
include(name: "**/*.java")
8182
include(name: "*.java")

0 commit comments

Comments
 (0)