Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 5f6d1b3

Browse files
Merge 0bfd300 into f9ac29c
2 parents f9ac29c + 0bfd300 commit 5f6d1b3

3 files changed

Lines changed: 14 additions & 50 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,18 @@ jobs:
5454
with:
5555
java-version: 8
5656
- run: java -version
57-
- run: .kokoro/linkage-monitor.sh
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
67+
shell: bash
68+
- uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
5869
lint:
5970
runs-on: ubuntu-latest
6071
steps:

.kokoro/linkage-monitor.sh

Lines changed: 0 additions & 46 deletions
This file was deleted.

synth.metadata

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner.git",
7-
"sha": "2c745f31288d5f6ad501b5542ea01db72e015d1e"
7+
"sha": "f9ac29cd05e775c8ea17e0e227eb925df88a8dba"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "5de29e9434b63ea6d7e46dc348521c62969af1a1"
22+
"sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625"
2323
}
2424
}
2525
],
@@ -74,7 +74,6 @@
7474
".kokoro/continuous/java8.cfg",
7575
".kokoro/continuous/readme.cfg",
7676
".kokoro/dependencies.sh",
77-
".kokoro/linkage-monitor.sh",
7877
".kokoro/nightly/integration.cfg",
7978
".kokoro/nightly/java11.cfg",
8079
".kokoro/nightly/java7.cfg",

0 commit comments

Comments
 (0)