Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 4495574

Browse filesBrowse files
chore(java): install maven 3.8.1 at runtime (#1202) (#246)
1 parent 480b4e2 commit 4495574
Copy full SHA for 4495574

File tree

2 files changed

+14
-2
lines changed
Filter options

2 files changed

+14
-2
lines changed

‎.github/.OwlBot.lock.yaml

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-java:latest
3-
digest: sha256:2595f321d9a9acf34c2d02e4dc5ec214ce07eecdb43978382d8a88476dec0c16
3+
digest: sha256:4837f2a7fdff2985b4f7432f8a6d6a87beacebf3ac071746532c0ce2e3f24b9b

‎.github/workflows/ci.yaml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yaml
+13-1Lines 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.