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

Commit b5f711f

Browse files
chore(java): install maven 3.8.1 at runtime (#661)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/804eaa14-3649-4294-9178-2a57ec38be92/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@ad7fd76
1 parent 1bb06b5 commit b5f711f

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.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-vision.git",
7-
"sha": "02034bb302b9844b2c9fe3806f12e2ea2a425e3d"
7+
"sha": "1bb06b568b2084706df6ab30edf5f87d301e5f93"
88
}
99
},
1010
{
@@ -51,7 +51,7 @@
5151
"git": {
5252
"name": "synthtool",
5353
"remote": "https://github.com/googleapis/synthtool.git",
54-
"sha": "9a238a0623879c3de129a376c6085d4a862f6eb9"
54+
"sha": "ad7fd76e17bf9494a3e47ff9cf445f61564432e0"
5555
}
5656
}
5757
],

0 commit comments

Comments
 (0)