Tests: reduce compliance levels of jdt.core tests
diff --git a/releng/build-scripts/build/test.xml b/releng/build-scripts/build/test.xml
index 12eaa65..8af1221 100644
--- a/releng/build-scripts/build/test.xml
+++ b/releng/build-scripts/build/test.xml
@@ -78,7 +78,8 @@
             	--add-opens java.base/jdk.internal.ref=ALL-UNNAMED

             	--add-opens java.base/jdk.internal.math=ALL-UNNAMED

             	--add-opens java.base/jdk.internal.misc=ALL-UNNAMED

-            	-Djava.io.tmpdir=${test.tmpDir} -Dot.weaving=otdre -javaagent:${otequinox.agent.jar}"/>

+            	-Djava.io.tmpdir=${test.tmpDir} -Dot.weaving=otdre -javaagent:${otequinox.agent.jar}

+            	-Dcompliance=1.4,1.7,1.8,10"/>

 		</ant>

 	</target>