From 2d89df89453c099d4e357aa17eae88efcf1d1b70 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 19 Aug 2019 20:11:43 +0200 Subject: Bug 1363: Java 11: Document Java8 target constraints; Fix one odd compile issue Document Java8 target constraints, i.e. where we need to set source, target and bootclasspath to ensure target runtime Java8 compliance. Fix one odd compile issue! Using two theorethical identical GNU/Linux Debian 10 machines with same set of installed software, one passes (like MacOS, Windows) and one fails. The failure was due to the CStructAnnotationProcessor's @SupportedSourceVersion tag. This downgrades the SourceVersion's previous bump from 6->11 (commit 610493b1724b5d91327f478338ff5d029bdcc032) down to 8. Interesting times .. --- make/build-test.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make/build-test.xml') diff --git a/make/build-test.xml b/make/build-test.xml index 8fc595e..5d7d75d 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -125,6 +125,7 @@ + + +