File tree 2 files changed +5
-12
lines changed
2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -55,17 +55,10 @@ jobs:
55
55
java-version : 8
56
56
- run : java -version
57
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
58
+ run : .kokoro/build.sh
67
59
shell : bash
68
- - uses : GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
60
+ - name : Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
61
+ uses : GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
69
62
lint :
70
63
runs-on : ubuntu-latest
71
64
steps :
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-spanner.git",
7
- "sha": "7cdfb82b40487600547d0bad92119508161ca689 "
7
+ "sha": "326b8331d952005cf48eaa9efb054fab5918f7e9 "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "2414b817065726eae0bc525346c7e874f969369d "
22
+ "sha": "f327d3b657a63ae4a8efd7f011a15eacae36b59c "
23
23
}
24
24
}
25
25
],
You can’t perform that action at this time.
0 commit comments