Skip to content

Commit

Permalink
add print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli committed Mar 20, 2024
1 parent 04523fb commit f94d06c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ lint)
RETURN_CODE=$?
;;
javadoc)
echo "Running javadoc generation test"
mvn javadoc:javadoc javadoc:test-javadoc -B -ntp -Ddoclint=none
RETURN_CODE=$?
;;
Expand Down

0 comments on commit f94d06c

Please sign in to comment.