aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-08-20 19:46:26 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-08-20 19:46:26 +0000
commitbb202a7b3796fbeefa64234c35a60aa01a0eadc9 (patch)
tree4e6180b5db836ae5c2793e8dfd0de79c7d4f4865 /poi-excelant
parentd9238f2490d79fcd654d410fe6625332e77af1e6 (diff)
downloadpoi-bb202a7b3796fbeefa64234c35a60aa01a0eadc9.tar.gz
poi-bb202a7b3796fbeefa64234c35a60aa01a0eadc9.zip
try to fix path issues in Windows build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892479 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r--poi-excelant/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index 2a6cb1403e..d7562e554d 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -154,7 +154,7 @@ test {
if (JavaVersion.current() != JavaVersion.VERSION_1_8) {
jvmArgs += [
'--add-modules', MODULE_NAME,
- '--module-path', '../build/dist/maven/poi-excelant-tests:' + files(TEST_MODULE_PATH).asPath,
+ '--module-path', '../build/dist/maven/poi-excelant-tests' + File.pathSeparator + files(TEST_MODULE_PATH).asPath,
]
}
}