Skip to content

Commit fbd27c4

Browse files
chore(java): install maven 3.8.1 at runtime (googleapis#983)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/a1660e58-6b1e-47ca-90d1-505a1120f154/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@ad7fd76
1 parent ed02dd7 commit fbd27c4

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 13 additions & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigtable.git",
7-
"sha": "392432daa7569cd73a8635ccc078c78f59513e3b"
7+
"sha": "ed02dd734499b28ce028b0ffe38c0837877670e0"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "9a238a0623879c3de129a376c6085d4a862f6eb9"
22+
"sha": "ad7fd76e17bf9494a3e47ff9cf445f61564432e0"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)