Skip to content

Commit 3879b99

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 7e2df4d commit 3879b99

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "ad7fd76e17bf9494a3e47ff9cf445f61564432e0"
14+
"sha": "17ee6e5c08f2eb47029beee4776ce990e56b3925"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)