File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ pushd $(dirname "$0")/../../
31
31
python3 -m pip install --require-hashes -r .kokoro/requirements.txt
32
32
33
33
# compile all packages
34
- mvn clean install -B -q -DskipTests=true
34
+ mvn clean install -B -q -DskipTests=true -Dclirr.skip=true
35
35
36
36
export NAME=pubsublite-spark-sql-streaming
37
37
export VERSION=$( grep ${NAME} : versions.txt | cut -d: -f3)
Original file line number Diff line number Diff line change 22
22
'.kokoro/build.sh' ,
23
23
'.kokoro/presubmit/samples.cfg' ,
24
24
'.kokoro/nightly/samples.cfg' ,
25
+ # TODO: remove -Dclirr.skip once clirr is passing
26
+ '.kokoro/release/publish_javadoc11.sh' ,
25
27
# TODO: add Java 17 back when Spark fully supports it
26
28
'.github/workflows/ci.yaml' ,
27
29
'renovate.json' ,
You can’t perform that action at this time.
0 commit comments