We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d57bcd commit 6c3e51eCopy full SHA for 6c3e51e
.kokoro/dependencies.sh
@@ -57,7 +57,7 @@ fi
57
58
INSTALL_OPTS=""
59
if [[ $ENABLE_AIRLOCK = 'true' ]]; then
60
- INSTALL_OPTS="-Pairlock-trusted,-release-sonatype"
+ INSTALL_OPTS="-Pairlock-trusted,-release-sonatype,-clirr-compatibility-check,-checkstyle-tests"
61
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 && \
62
unzip /tmp/maven.zip -d /tmp/maven && \
63
rm -r /usr/local/lib/maven && \
0 commit comments