Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2018-10-17 23:18:12 +0000
committerStephan Herrmann2018-10-18 17:23:19 +0000
commite0501858a82d5eb59d462ad0324e2ff1f9240fa1 (patch)
tree16b3401bcaef76415b27354bd113ad5becba99fb
parent42d6d1dfd7860694d6eacc2f1677b3a2ae03a67c (diff)
downloadorg.eclipse.objectteams-e0501858a82d5eb59d462ad0324e2ff1f9240fa1.tar.gz
org.eclipse.objectteams-e0501858a82d5eb59d462ad0324e2ff1f9240fa1.tar.xz
org.eclipse.objectteams-e0501858a82d5eb59d462ad0324e2ff1f9240fa1.zip
Releng: revert to testing compliance 9 (not 10) for now
-rw-r--r--releng/build-scripts/build/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/build-scripts/build/test.xml b/releng/build-scripts/build/test.xml
index 8b7b6a4d3..e9b362a73 100644
--- a/releng/build-scripts/build/test.xml
+++ b/releng/build-scripts/build/test.xml
@@ -79,7 +79,7 @@
--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}
- -Dcompliance=1.4,1.7,1.8,10"/>
+ -Dcompliance=1.4,1.7,1.8,9"/>
</ant>
</target>

Back to the top