diff options
author | Dominik Stadler <centic@apache.org> | 2017-05-24 10:07:32 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-05-24 10:07:32 +0000 |
commit | 585d77c9cf0001d61f20cd59317bab7e2c5b9369 (patch) | |
tree | a350954d5f6b9a2f1fea2d0c6b065fb824daf182 /build.gradle | |
parent | 05a6cf3263f262473ae0affdb7e234029efec9db (diff) | |
download | poi-585d77c9cf0001d61f20cd59317bab7e2c5b9369.tar.gz poi-585d77c9cf0001d61f20cd59317bab7e2c5b9369.zip |
Add jmh to Sonar-Maven build as well, add comment why we need to stick to 1.15 for now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796035 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 526cff0405..94b7021e08 100644 --- a/build.gradle +++ b/build.gradle @@ -210,6 +210,7 @@ project('ooxml') { testCompile 'junit:junit:4.12' testCompile project(path: ':main', configuration: 'tests') + // Keep using 1.15 until we switch to Java 7 testCompile 'org.openjdk.jmh:jmh-core:1.15' testCompile 'org.openjdk.jmh:jmh-generator-annprocess:1.15' } |