From 6fa945de3b2a92c476abb39224a67b4917bd8f36 Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Mon, 11 Nov 2019 21:59:55 +0100 Subject: [PATCH] Update JaCoCo to version 0.8.5 to work when run under Java 11. Running `moxie test` will crash under Java 11 with JaCoCo 0.7.8. --- build.moxie | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.moxie b/build.moxie index ece12a15..7b5b28ae 100644 --- a/build.moxie +++ b/build.moxie @@ -190,5 +190,5 @@ dependencies: - test 'org.mockito:mockito-core:1.10.19' # Dependencies with the "build" scope are retrieved # and injected into the Ant runtime classpath -- build 'org.jacoco:org.jacoco.ant:0.7.8' +- build 'org.jacoco:org.jacoco.ant:0.8.5' - build 'org.parboiled:parboiled-java:1.1.7' -- 2.39.5