From 3690ab246ddfaa1333db642b30abe2a0e40a1aaf Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Thu, 25 Oct 2018 19:05:39 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9Cjavac=20missing=20on=20Java=208?= =?UTF-8?q?=E2=80=9D=20issue=20with=20Surefire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/etc/poms/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml index 7595492ea..834795071 100644 --- a/src/etc/poms/pom.xml +++ b/src/etc/poms/pom.xml @@ -158,4 +158,21 @@ UTF-8 + + + javac-8 + + 1.8 + + + + com.sun + tools + 1.8.0 + system + ${java.home}/../lib/tools.jar + + + +