Skip to content

Commit 22326fc

Browse files
ludochgae-java-bot
authored andcommitted
Remove generated javadoc JARs from build artifacts.
PiperOrigin-RevId: 801008989 Change-Id: I908163e40f29fe3e62b313cf35b5b50f4a348e91
1 parent 7843413 commit 22326fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kokoro/gcp_ubuntu/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ mkdir ${PUBLISHED_LOCATION}
4545
ls **/*.jar
4646
rm **/target/*sources.jar || true
4747
rm **/target/*tests.jar || true
48+
rm **/target/*javadoc.jar || true
4849

4950
# LINT.IfChange
5051
cp api_legacy/target/appengine-api-legacy*.jar ${TMP_STAGING_LOCATION}/appengine-api-legacy.jar

0 commit comments

Comments
 (0)