Skip to content

Commit ac47150

Browse files
fix: skip clirr checks when publishing java docs temporarily (#573)
* Skip clirr checks when publishing javadocs * Update publish_javadoc11.sh * Update owlbot.py * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7151f20 commit ac47150

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.kokoro/release/publish_javadoc11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pushd $(dirname "$0")/../../
3131
python3 -m pip install --require-hashes -r .kokoro/requirements.txt
3232

3333
# compile all packages
34-
mvn clean install -B -q -DskipTests=true
34+
mvn clean install -B -q -DskipTests=true -Dclirr.skip=true
3535

3636
export NAME=pubsublite-spark-sql-streaming
3737
export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)

owlbot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
'.kokoro/build.sh',
2323
'.kokoro/presubmit/samples.cfg',
2424
'.kokoro/nightly/samples.cfg',
25+
# TODO: remove -Dclirr.skip once clirr is passing
26+
'.kokoro/release/publish_javadoc11.sh',
2527
# TODO: add Java 17 back when Spark fully supports it
2628
'.github/workflows/ci.yaml',
2729
'renovate.json',

0 commit comments

Comments
 (0)