Skip to content

Commit 019d29c

Browse files
committed
Delete work-around for Ant 1.8 in Gradle build
Ant 1.9.2 is packaged with Gradle since release 1.10. Since the Spring Framework build now uses Gradle 1.11, there is no longer a need for the "javac1.7" build compiler work-around for the spring-oxm module.
1 parent 1ac08e4 commit 019d29c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -438,11 +438,6 @@ project("spring-oxm") {
438438
description = "Spring Object/XML Marshalling"
439439
apply from: "oxm.gradle"
440440

441-
// The following is a work-around until the Gradle build uses
442-
// Ant 1.9.x by default. This is necessary to avoid the genCastor
443-
// "Class not found: javac1.8" issue with Ant versions prior to 1.9.x
444-
ant.properties["build.compiler"] = "javac1.7"
445-
446441
compileTestJava {
447442
// necessary to avoid java.lang.VerifyError on jibx compilation
448443
// see http://jira.codehaus.org/browse/JIBX-465

0 commit comments

Comments
 (0)