This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 12
12
java : [8, 11]
13
13
steps :
14
14
- uses : actions/checkout@v2
15
+ - uses : stCarolas/setup-maven@v4
16
+ with :
17
+ maven-version : 3.8.1
15
18
- uses : actions/setup-java@v1
16
19
with :
17
20
java-version : ${{matrix.java}}
37
40
java : [8, 11]
38
41
steps :
39
42
- uses : actions/checkout@v2
43
+ - uses : stCarolas/setup-maven@v4
44
+ with :
45
+ maven-version : 3.8.1
40
46
- uses : actions/setup-java@v1
41
47
with :
42
48
java-version : ${{matrix.java}}
46
52
runs-on : ubuntu-latest
47
53
steps :
48
54
- uses : actions/checkout@v2
55
+ - uses : stCarolas/setup-maven@v4
56
+ with :
57
+ maven-version : 3.8.1
49
58
- uses : actions/setup-java@v1
50
59
with :
51
60
java-version : 8
@@ -57,10 +66,13 @@ jobs:
57
66
runs-on : ubuntu-latest
58
67
steps :
59
68
- uses : actions/checkout@v2
69
+ - uses : stCarolas/setup-maven@v4
70
+ with :
71
+ maven-version : 3.8.1
60
72
- uses : actions/setup-java@v1
61
73
with :
62
74
java-version : 8
63
75
- run : java -version
64
76
- run : .kokoro/build.sh
65
77
env :
66
- JOB_TYPE : clirr
78
+ JOB_TYPE : clirr
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-vision.git",
7
- "sha": "02034bb302b9844b2c9fe3806f12e2ea2a425e3d "
7
+ "sha": "1bb06b568b2084706df6ab30edf5f87d301e5f93 "
8
8
}
9
9
},
10
10
{
51
51
"git": {
52
52
"name": "synthtool",
53
53
"remote": "https://github.com/googleapis/synthtool.git",
54
- "sha": "9a238a0623879c3de129a376c6085d4a862f6eb9 "
54
+ "sha": "ad7fd76e17bf9494a3e47ff9cf445f61564432e0 "
55
55
}
56
56
}
57
57
],
You can’t perform that action at this time.
0 commit comments