We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54cfa0f commit 3d9271fCopy full SHA for 3d9271f
.github/workflows/ci.yaml
@@ -55,17 +55,10 @@ jobs:
55
java-version: 8
56
- run: java -version
57
- 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
+ run: .kokoro/build.sh
67
shell: bash
68
- - uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
+ - name: Validate dependencies with regard to com.google.cloud:libraries-bom (latest release)
+ uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
69
lint:
70
runs-on: ubuntu-latest
71
steps:
0 commit comments