diff options
author | Dominik Stadler <centic@apache.org> | 2016-12-30 19:03:44 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-12-30 19:03:44 +0000 |
commit | c331523fc5305ec3555542bf50949fabd873cb32 (patch) | |
tree | 1365edf483823e3b2a21bebe5d15da8c335823f3 /build.gradle | |
parent | e0b971bb3c0e30e17c2af5d46438ef2ae56045ae (diff) | |
download | poi-c331523fc5305ec3555542bf50949fabd873cb32.tar.gz poi-c331523fc5305ec3555542bf50949fabd873cb32.zip |
Update JaCoCo to 0.7.8 to allow to run it when using JDK 9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776623 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 4a884b65e4..d352c79df8 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ subprojects { } jacoco { - toolVersion = '0.7.7.201606060606' + toolVersion = '0.7.8' } // ensure the build-dir exists |