We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de29e9 commit e935c9eCopy full SHA for e935c9e
2 files changed
synthtool/gcp/templates/java_library/.github/workflows/ci.yaml
@@ -54,7 +54,18 @@ jobs:
54
with:
55
java-version: 8
56
- run: java -version
57
- - run: .kokoro/linkage-monitor.sh
+ - name: Install artifacts to local Maven repository
58
+ run: |
59
+ source .kokoro/common.sh
60
+ retry_with_backoff 3 10 \
61
+ mvn install -B -V \
62
+ -Dmaven.test.skip -DskipTests=true \
63
+ -Dclirr.skip=true \
64
+ -Denforcer.skip=true \
65
+ -Dmaven.javadoc.skip=true \
66
+ -Dgcloud.download.skip=true
67
+ shell: bash
68
+ - uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
69
lint:
70
runs-on: ubuntu-latest
71
steps:
synthtool/gcp/templates/java_library/.kokoro/linkage-monitor.sh
0 commit comments