Hi, On Mon, Oct 7, 2019 at 9:59 PM Tilman Hausherr <thaush...@t-online.de> wrote: > ...This is sad... I have a maven build... > that runs on jdk8 but uses jdk6 javac (with fork) and it works with > 3.5.2, 3.5.0 and 3.2.1 only...
Note that some build hosts allow you to run Docker-based builds - the "ubuntu" hosts AFAIK, not sure about others (and not sure where to find that info). https://github.com/apache/sling-org-apache-sling-commons-clam does that (via https://www.testcontainers.org/), its build job is defined at https://builds.apache.org/job/Sling/job/sling-org-apache-sling-commons-clam/ -Bertrand