From f2e4299d7b12adb250fc1dccfb69d9273f27c95a Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Sat, 14 Mar 2015 21:39:30 +0100 Subject: GitHub #297: fix execution of integration tests for Examples with JDK 9 --- org.jacoco.examples.test/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'org.jacoco.examples.test') diff --git a/org.jacoco.examples.test/pom.xml b/org.jacoco.examples.test/pom.xml index 08aa653f..0171a89b 100644 --- a/org.jacoco.examples.test/pom.xml +++ b/org.jacoco.examples.test/pom.xml @@ -118,6 +118,10 @@ ${project.build.directory}/build/examples + + ${maven.compiler.source} + ${maven.compiler.target} + -- cgit v1.2.3