File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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") {
856856configure(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"
You can’t perform that action at this time.
0 commit comments