Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit 2923170

Browse files
chore(java): install maven 3.8.1 at runtime (#544)
* chore: pin github action runner at ubuntu-16.04 * chore: install maven 3.8.1 at runtime * chore: fix typo Source-Author: Neenu Shaji <[email protected]> Source-Date: Thu Sep 2 15:46:06 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: ad7fd76e17bf9494a3e47ff9cf445f61564432e0 Source-Link: googleapis/synthtool@ad7fd76
1 parent ddea46c commit 2923170

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/workflows/ci.yaml

+13-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
java: [8, 11]
1313
steps:
1414
- uses: actions/checkout@v2
15+
- uses: stCarolas/setup-maven@v4
16+
with:
17+
maven-version: 3.8.1
1518
- uses: actions/setup-java@v1
1619
with:
1720
java-version: ${{matrix.java}}
@@ -37,6 +40,9 @@ jobs:
3740
java: [8, 11]
3841
steps:
3942
- uses: actions/checkout@v2
43+
- uses: stCarolas/setup-maven@v4
44+
with:
45+
maven-version: 3.8.1
4046
- uses: actions/setup-java@v1
4147
with:
4248
java-version: ${{matrix.java}}
@@ -46,6 +52,9 @@ jobs:
4652
runs-on: ubuntu-latest
4753
steps:
4854
- uses: actions/checkout@v2
55+
- uses: stCarolas/setup-maven@v4
56+
with:
57+
maven-version: 3.8.1
4958
- uses: actions/setup-java@v1
5059
with:
5160
java-version: 8
@@ -57,10 +66,13 @@ jobs:
5766
runs-on: ubuntu-latest
5867
steps:
5968
- uses: actions/checkout@v2
69+
- uses: stCarolas/setup-maven@v4
70+
with:
71+
maven-version: 3.8.1
6072
- uses: actions/setup-java@v1
6173
with:
6274
java-version: 8
6375
- run: java -version
6476
- run: .kokoro/build.sh
6577
env:
66-
JOB_TYPE: clirr
78+
JOB_TYPE: clirr

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-core.git",
7-
"sha": "ee82eaed6ae4d877ecc865b8c32de2577ffcbcbc"
7+
"sha": "3c4f4797f43b9a26710b53769ed0a98384e0fb61"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "9a238a0623879c3de129a376c6085d4a862f6eb9"
14+
"sha": "ad7fd76e17bf9494a3e47ff9cf445f61564432e0"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)