Skip to content

Commit 17ee6e5

Browse files
chore(java): update windows build (#1205)
to install maven 3.8.1 at runtime too (related to #1202) Tested in [java-bigquerystorage](googleapis/java-bigquerystorage@7834f4f)
1 parent ad7fd76 commit 17ee6e5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • synthtool/gcp/templates/java_library/.github/workflows

synthtool/gcp/templates/java_library/.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

0 commit comments

Comments
 (0)