This repository was archived by the owner on Dec 3, 2023. It is now read-only.
File tree 2 files changed +15
-3
lines changed
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-core.git",
7
- "sha": "ee82eaed6ae4d877ecc865b8c32de2577ffcbcbc "
7
+ "sha": "3c4f4797f43b9a26710b53769ed0a98384e0fb61 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "9a238a0623879c3de129a376c6085d4a862f6eb9 "
14
+ "sha": "ad7fd76e17bf9494a3e47ff9cf445f61564432e0 "
15
15
}
16
16
}
17
17
],
You can’t perform that action at this time.
0 commit comments