We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf79800 commit 9ab7b34Copy full SHA for 9ab7b34
ci/scripts/java_test.sh
@@ -43,7 +43,7 @@ fi
43
if [ "${#projects[@]}" -gt 0 ]; then
44
${mvn} clean test \
45
-Parrow-jni \
46
- -pl "$(IFS=,; echo \"${projects[*]}\")" \
+ -pl "$(IFS=,; echo \""${projects[*]}"\")" \
47
-Darrow.cpp.build.dir="${java_jni_dist_dir}"
48
fi
49
0 commit comments