From 83251dd4e933334f87af3a156b6dca37ee228887 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Mon, 16 Nov 2020 07:47:42 +0100 Subject: [PATCH] Minimal requirement is now Java8 --- org.wikipathways.client/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/org.wikipathways.client/pom.xml b/org.wikipathways.client/pom.xml index d915435..02be79b 100644 --- a/org.wikipathways.client/pom.xml +++ b/org.wikipathways.client/pom.xml @@ -107,6 +107,15 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + +