Skip to content

Commit 6c3e51e

Browse files
Disable some more checks
1 parent 5d57bcd commit 6c3e51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fi
5757

5858
INSTALL_OPTS=""
5959
if [[ $ENABLE_AIRLOCK = 'true' ]]; then
60-
INSTALL_OPTS="-Pairlock-trusted,-release-sonatype"
60+
INSTALL_OPTS="-Pairlock-trusted,-release-sonatype,-clirr-compatibility-check,-checkstyle-tests"
6161
wget -q https://archive.apache.org/dist/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip -O /tmp/maven.zip && \
6262
unzip /tmp/maven.zip -d /tmp/maven && \
6363
rm -r /usr/local/lib/maven && \

0 commit comments

Comments
 (0)