Skip to content

Commit

Permalink
fix(ci): fix javadoc generation
Browse files Browse the repository at this point in the history
Signed-off-by: Teclib <skita@teclib.com>
  • Loading branch information
stonebuzz committed Oct 22, 2019
1 parent 380987c commit 810c7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/ci_generate_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
DOC_PATH="development/code-documentation/$CIRCLE_BRANCH"

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

# delete the index.html file
sudo rm $DOC_PATH/index.html
Expand Down

0 comments on commit 810c7f5

Please sign in to comment.