We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34de167 commit 2577ac3Copy full SHA for 2577ac3
build.gradle
@@ -556,7 +556,7 @@ project("spring-oxm") {
556
targetCompatibility = 1.6
557
}
558
559
- if (System.getProperty("java.version").contains("1.9.")) {
+ if (!System.getProperty("java.version").contains("1.8.")) {
560
// necessary because castor and xjc tasks cannot find the JDK's compiler on JDK 9
561
compileTestJava.enabled = false
562
0 commit comments