File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -55,17 +55,10 @@ jobs:
5555 java-version : 8
5656 - run : java -version
5757 - 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
6759 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
6962 lint :
7063 runs-on : ubuntu-latest
7164 steps :
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-bigtable.git",
7- "sha": "8fd2795e9edfb0dd5c0c8bb0c9d2aa1c66e4abfc "
7+ "sha": "a7fd8a4ae9a403d93b9f62af7226d60ecfb052ee "
88 }
99 },
1010 {
1919 "git": {
2020 "name": "synthtool",
2121 "remote": "https://github.com/googleapis/synthtool.git",
22- "sha": "2414b817065726eae0bc525346c7e874f969369d "
22+ "sha": "f327d3b657a63ae4a8efd7f011a15eacae36b59c "
2323 }
2424 }
2525 ],
You can’t perform that action at this time.
0 commit comments