Skip to content

Commit

Permalink
remove JavaDoc in dist due to security issues (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-u committed Dec 8, 2023
1 parent 82f938d commit a7d9d20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mkdist
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ mkdir -p inst/java/boot
cd src/java
make clean
make compile
echo "Generate javadoc documentation"
make javadoc
# do not generate javadoc (see #303)
#echo "Generate javadoc documentation"
#make javadoc
cd ../..
echo "Copy compiled Java classes ..."
# copy all complied Java classes and sources
Expand Down

0 comments on commit a7d9d20

Please sign in to comment.