Skip to content

Commit

Permalink
chore: fix javadoc publish job by updating to the new javadoc output …
Browse files Browse the repository at this point in the history
…path (#3185)
  • Loading branch information
mpeddada1 authored Sep 4, 2024
1 parent d2c2069 commit 6127ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/publish_javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ python3 -m pip install gcp-docuploader
./mvnw clean javadoc:aggregate -Drelease=true

# Move into generated docs directory
pushd target/site/apidocs/
pushd target/reports/apidocs/

python3 -m docuploader create-metadata \
--name spring-cloud-gcp \
Expand Down

0 comments on commit 6127ea5

Please sign in to comment.