]> source.dussan.org Git - poi.git/commit
Some more changes for early support for JDK 18
authorDominik Stadler <centic@apache.org>
Mon, 6 Dec 2021 15:00:06 +0000 (15:00 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 6 Dec 2021 15:00:06 +0000 (15:00 +0000)
commit21039bd2b1064db9469d6cfec83308c3418a0139
tree471bebc9f169e6d460a85318e1e02e2c5a068436
parent2d347b5a610023427980941fd458422b638158bd
Some more changes for early support for JDK 18

Adjust one test which fails with JDK 18 because of
remove SecurityManager
Adjust excludes for JaCoCo as it does not run on JDK 18 otherwise
Adjust some JPMS settings which are not available any more on JDK 18

Some other things do not work yet, e.g. spotbugs

Also print out if CIBuild is selected
Only run signing if actually publishing to avoid failures
if signing key is defined locally

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895626 13f79535-47bb-0310-9956-ffa450edef68
build.gradle
poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java