From 1ee199b1ea8ce524d734aa5e9fa7fbe0c4a52ac0 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 22 Jan 2022 14:35:20 +0000 Subject: try to fix build for Java 9+ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897344 13f79535-47bb-0310-9956-ffa450edef68 --- poi-integration/build.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'poi-integration/build.gradle') diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 0ce1d61e15..cd3ff04c67 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -170,12 +170,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-integration-tests' + File.pathSeparator + files(MODULE_RUNTIME_PATH).asPath, ] } + */ if (NO_SCRATCHPAD) { systemProperty 'scratchpad.ignore', 'true' } -- cgit v1.2.3