Skip to content

Commit

Permalink
fix(build): javadoc fix
Browse files Browse the repository at this point in the history
Signed-off-by: Teclib <[email protected]>
  • Loading branch information
stonebuzz committed Sep 30, 2021
1 parent 8d121ab commit b3a368d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/scripts/generate_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
sudo apt update
sudo apt install adoptopenjdk-8-hotspot

# force javadoc to use jre 8
sudo update-alternatives --set javadoc /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64/bin/javadoc

# Generate javadoc this folder must be on .gitignore
javadoc -d $DOC_PATH -sourcepath ./app/src/main/java -subpackages . -bootclasspath $ANDROID_HOME/platforms/android-29/android.jar

Expand Down

0 comments on commit b3a368d

Please sign in to comment.