Skip to content

Commit

Permalink
MSINT-6218 Remove conditional call to make_doc.sh since it's causing …
Browse files Browse the repository at this point in the history
…issues on CI
  • Loading branch information
ralphraul committed Feb 29, 2024
1 parent d40e3cd commit 3eebba2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions swig/java/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@
<target name="maven" depends="compile_tests" description="Build maven artifacts">
<mkdir dir="${mvn.dir}"/>

<!-- run the javadoc generation (skipped by CMake builds since they do in build_java_doc.cmake) -->
<exec unless:set="skip_make_doc" executable="./make_doc.sh" dir="${build_dir}"/>

<!-- copy over pom -->
<copy file="pom.xml" filtering="true"
tofile="${mvn.dir}/${mvn.base}.pom">
Expand Down

0 comments on commit 3eebba2

Please sign in to comment.