Skip to content

Commit 8f72f36

Browse files
committed
Remove /java
1 parent 78894ed commit 8f72f36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [[ "${ARROW_JAVA_BUILD:-ON}" != "ON" ]]; then
2424
fi
2525

2626
source_dir=${1}
27-
build_dir=${2}/java
27+
build_dir=${2}
2828
java_jni_dist_dir=${3}
2929

3030
mvn="mvn -B -DskipTests -Drat.skip=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"

ci/scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [[ "${ARROW_JAVA_TEST:-ON}" != "ON" ]]; then
2424
fi
2525

2626
source_dir="$(cd "${1}" && pwd)"
27-
build_dir=${2}/java
27+
build_dir=${2}
2828
java_jni_dist_dir=${3}
2929

3030
if [ -d "${java_jni_dist_dir}" ]; then

0 commit comments

Comments
 (0)