diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-01-22 14:35:20 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-01-22 14:35:20 +0000 |
commit | 1ee199b1ea8ce524d734aa5e9fa7fbe0c4a52ac0 (patch) | |
tree | 4d1066f2fc203c1f9cea73d0a15b94eed3d92245 /poi-excelant | |
parent | ca9cf3c6f83e06fe2504a01fff4bb7b53f44f577 (diff) | |
download | poi-1ee199b1ea8ce524d734aa5e9fa7fbe0c4a52ac0.tar.gz poi-1ee199b1ea8ce524d734aa5e9fa7fbe0c4a52ac0.zip |
try to fix build for Java 9+
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897344 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r-- | poi-excelant/build.gradle | 2 | ||||
-rw-r--r-- | poi-excelant/src/test/java9/module-info.class | bin | 422 -> 423 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index ee538601b6..8e6b437ed1 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -172,12 +172,14 @@ test { jvmArgs += [ "-javaagent:${OOXML_LITE_AGENT}=${OOXML_LITE_REPORT}|${OOXML_LITE_INCLUDES}", ] + /* if (JavaVersion.current() != JavaVersion.VERSION_1_8) { jvmArgs += [ '--add-modules', MODULE_NAME, '--module-path', '../build/dist/maven/poi-excelant-tests' + File.pathSeparator + files(TEST_MODULE_PATH).asPath, ] } + */ } } diff --git a/poi-excelant/src/test/java9/module-info.class b/poi-excelant/src/test/java9/module-info.class Binary files differindex 53c59b85a3..bc5c4be45e 100644 --- a/poi-excelant/src/test/java9/module-info.class +++ b/poi-excelant/src/test/java9/module-info.class |