aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-01-22 14:35:20 +0000
committerPJ Fanning <fanningpj@apache.org>2022-01-22 14:35:20 +0000
commit1ee199b1ea8ce524d734aa5e9fa7fbe0c4a52ac0 (patch)
tree4d1066f2fc203c1f9cea73d0a15b94eed3d92245 /poi-integration/build.gradle
parentca9cf3c6f83e06fe2504a01fff4bb7b53f44f577 (diff)
downloadpoi-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-integration/build.gradle')
-rw-r--r--poi-integration/build.gradle2
1 files changed, 2 insertions, 0 deletions
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'
}