File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ compileTestJava {
61
61
ant. taskdef(resource : " org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties" ,
62
62
classpath : configurations. ajc. asPath)
63
63
64
- ant. iajc(source : compileJava . sourceCompatibility, target : compileJava . targetCompatibility,
64
+ ant. iajc(source : sourceCompatibility, target : targetCompatibility,
65
65
maxmem : " 1024m" , fork : " true" , Xlint : " ignore" ,
66
66
destDir : outputDir. absolutePath,
67
67
aspectPath : jar. archivePath,
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ dependencies {
8
8
castor " org.codehaus.castor:castor-anttasks:1.2"
9
9
castor " velocity:velocity:1.5"
10
10
xjc " com.sun.xml.bind:jaxb-xjc:2.1.7"
11
- xmlbeans " org.apache.xmlbeans:xmlbeans:2.4 .0"
12
- jibx " org.jibx:jibx-bind:1.2.3 "
11
+ xmlbeans " org.apache.xmlbeans:xmlbeans:2.6 .0"
12
+ jibx " org.jibx:jibx-bind:1.2.5 "
13
13
jibx " bcel:bcel:5.1"
14
14
}
15
15
@@ -113,7 +113,7 @@ task genXmlbeans {
113
113
// add jibx binding to the normal test compilation process
114
114
// INCOMPATIBLE WITH OPENJDK 8 b89+
115
115
def jibxEnabled = project. properties. get(" testGroups" )?. toLowerCase()?. split(" ," )?. contains(" custom_compilation" )
116
- if (jibxEnabled) {
116
+ if (jibxEnabled) {
117
117
compileTestJava {
118
118
def bindingXml = " ${ projectDir} /src/test/resources/org/springframework/oxm/jibx/binding.xml"
119
119
@@ -131,4 +131,4 @@ if(jibxEnabled) {
131
131
}
132
132
}
133
133
}
134
- }
134
+ }
You can’t perform that action at this time.
0 commit comments