Skip to content

Commit 54da4a8

Browse files
committed
Correct reference to XJC classpath
1 parent ac6aa53 commit 54da4a8

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
@@ -3,6 +3,7 @@ configurations {
33
xjc
44
jibx
55
}
6+
67
dependencies {
78
castor "org.codehaus.castor:castor-anttasks:1.4.1"
89
jibx "org.jibx:jibx-bind:1.2.6"
@@ -77,7 +78,7 @@ task genJaxb {
7778

7879
javac(destdir: classesDir, source: 1.8, target: 1.8, debug: true,
7980
debugLevel: "lines,vars,source",
80-
classpath: configurations.castor.asPath) {
81+
classpath: configurations.xjc.asPath) {
8182
src(path: sourcesDir)
8283
include(name: "**/*.java")
8384
include(name: "*.java")

0 commit comments

Comments
 (0)