summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2018-08-23 20:23:25 +0000
committerDominik Stadler <centic@apache.org>2018-08-23 20:23:25 +0000
commit1ca97efb51f5c29b650f000929d498017938aaf9 (patch)
treede6fb63ccbe1bb27743e7f2da00257e7d8e0449a /build.gradle
parent3fea637adaa389f84a241fd395088aa206568920 (diff)
downloadpoi-1ca97efb51f5c29b650f000929d498017938aaf9.tar.gz
poi-1ca97efb51f5c29b650f000929d498017938aaf9.zip
Update JaCoCo to 0.8.2 in build.gradle to make it work with JDK 10+
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838764 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 7aa362a904..ed3c55224b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -138,7 +138,7 @@ subprojects {
}
jacoco {
- toolVersion = '0.7.9'
+ toolVersion = '0.8.2'
}
// ensure the build-dir exists