Skip to content

Commit 26db4eb

Browse files
chore(java): update windows build
to install maven 3.8.1 at runtime too (related to #1202) Tested in [java-bigquerystorage](googleapis/java-bigquerystorage@7834f4f) Source-Author: Stephanie Wang <[email protected]> Source-Date: Tue Sep 7 13:04:27 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 17ee6e5c08f2eb47029beee4776ce990e56b3925 Source-Link: googleapis/synthtool@17ee6e5
1 parent 87b77a3 commit 26db4eb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
runs-on: windows-latest
2727
steps:
2828
- uses: actions/checkout@v2
29+
- uses: stCarolas/setup-maven@v4
30+
with:
31+
maven-version: 3.8.1
2932
- uses: actions/setup-java@v1
3033
with:
3134
java-version: 8
@@ -75,4 +78,4 @@ jobs:
7578
- run: java -version
7679
- run: .kokoro/build.sh
7780
env:
78-
JOB_TYPE: clirr
81+
JOB_TYPE: clirr

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": "c9f504829f53bfcff6f78bbbbc447cc8f10f5940"
7+
"sha": "87b77a3be3fc9cb206e147dcce818b594b2c6b4b"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "ad7fd76e17bf9494a3e47ff9cf445f61564432e0"
22+
"sha": "17ee6e5c08f2eb47029beee4776ce990e56b3925"
2323
}
2424
}
2525
],
@@ -66,7 +66,6 @@
6666
".github/workflows/auto-release.yaml",
6767
".github/workflows/ci.yaml",
6868
".kokoro/build.bat",
69-
".kokoro/build.sh",
7069
".kokoro/coerce_logs.sh",
7170
".kokoro/common.cfg",
7271
".kokoro/common.sh",

0 commit comments

Comments
 (0)