Polishing

This commit is contained in:
Juergen Hoeller
2021-07-09 13:26:46 +02:00
parent 4fe3ca1b82
commit 8680fdb8bc
7 changed files with 16 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ dependencies {
}
// JiBX compiler is currently not compatible with JDK 9+.
// If customJavaHome has been set, we assume the custom JDK version is 9+.
// If testToolchain has been set, we assume the custom JDK version is 9+.
if ((JavaVersion.current() == JavaVersion.VERSION_1_8) && !project.hasProperty("testToolchain")) {
compileTestJava {
def bindingXml = "${projectDir}/src/test/resources/org/springframework/oxm/jibx/binding.xml"