Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 59c7ad5

Browse files
chore: linkage monitor check should skipp clirr and enforcer
1 parent 854ab77 commit 59c7ad5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.kokoro/linkage-monitor.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ cd github/java-notification/
2323
java -version
2424
echo ${JOB_TYPE}
2525

26-
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=true -B -V
26+
mvn install -B -V \
27+
-DskipTests=true \
28+
-Dclirr.skip=true \
29+
-Denforcer.skip=true \
30+
-Dmaven.javadoc.skip=true \
31+
-Dgcloud.download.skip=true
2732

2833
# Kokoro job cloud-opensource-java/ubuntu/linkage-monitor-gcs creates this JAR
2934
JAR=linkage-monitor-latest-all-deps.jar

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2020-01-31T09:14:30.486234Z",
2+
"updateTime": "2020-02-01T09:13:56.418808Z",
33
"sources": [
44
{
55
"template": {

0 commit comments

Comments
 (0)