Skip to content

Commit

Permalink
Duplicate "install"
Browse files Browse the repository at this point in the history
Co-authored-by: david dali susanibar arce <[email protected]>
  • Loading branch information
pitrou and davisusanibar authored Nov 21, 2023
1 parent 159ad5c commit 07108b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/java_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if [ "${ARROW_JAVA_CDATA}" = "ON" ]; then
fi

if [ "${ARROW_JAVA_JNI}" = "ON" ]; then
mvn="${mvn} -Darrow.cpp.build.dir=${java_jni_dist_dir} -Parrow-jni install"
mvn="${mvn} -Darrow.cpp.build.dir=${java_jni_dist_dir} -Parrow-jni"
fi

${mvn} install
Expand Down

0 comments on commit 07108b9

Please sign in to comment.