Skip to content

Commit

Permalink
chore: fix javadoc job by updating to use to new javadoc output path (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Sep 3, 2024
1 parent 38cfb06 commit 96890b8
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 @@ -19,7 +19,7 @@ python3 -m pip install --require-hashes -r .kokoro/requirements.txt
mvn 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 96890b8

Please sign in to comment.