Skip to content

Commit 8d4d5af

Browse files
author
Phillip Webb
committed
Polish build.gradle
1 parent 8dd5e6d commit 8d4d5af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -434,12 +434,12 @@ project("spring-oxm") {
434434
description = "Spring Object/XML Marshalling"
435435
apply from: "oxm.gradle"
436436

437-
// The following is a work-around until the Gradle build uses
438-
// Ant 1.9.x by default. This is necessary to avoid the genCastor
439-
// "Class not found: javac1.8" issue with Ant versions prior to 1.9.x
440-
ant.properties["build.compiler"] = "javac1.7"
437+
// The following is a work-around until the Gradle build uses
438+
// Ant 1.9.x by default. This is necessary to avoid the genCastor
439+
// "Class not found: javac1.8" issue with Ant versions prior to 1.9.x
440+
ant.properties["build.compiler"] = "javac1.7"
441441

442-
compileTestJava {
442+
compileTestJava {
443443
// necessary to avoid java.lang.VerifyError on jibx compilation
444444
// see http://jira.codehaus.org/browse/JIBX-465
445445
sourceCompatibility=1.6
@@ -856,7 +856,7 @@ project("spring-aspects") {
856856
configure(rootProject) {
857857
description = "Spring Framework"
858858

859-
apply plugin: "asciidoctor"
859+
apply plugin: "asciidoctor"
860860
apply plugin: "groovy"
861861

862862
// apply plugin: "detect-split-packages"

0 commit comments

Comments
 (0)