File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}}
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}}
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
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - uses : actions/checkout@v2
20+ - uses : stCarolas/setup-maven@v4
21+ with :
22+ maven-version : 3.8.1
2023 - uses : actions/setup-java@v1
2124 with :
2225 java-version : 8
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - uses : actions/checkout@v2
9+ - uses : stCarolas/setup-maven@v4
10+ with :
11+ maven-version : 3.8.1
912 - uses : actions/setup-java@v1
1013 with :
1114 java-version : 8
1922 java : [8, 11]
2023 steps :
2124 - uses : actions/checkout@v2
25+ - uses : stCarolas/setup-maven@v4
26+ with :
27+ maven-version : 3.8.1
2228 - uses : actions/setup-java@v1
2329 with :
2430 java-version : ${{matrix.java}}
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-spanner.git",
7- "sha": "d28d8a1d710b1cd47ef3b2ca1fa87750a007b5cf "
7+ "sha": "c9f504829f53bfcff6f78bbbbc447cc8f10f5940 "
88 }
99 },
1010 {
1919 "git": {
2020 "name": "synthtool",
2121 "remote": "https://github.com/googleapis/synthtool.git",
22- "sha": "9a238a0623879c3de129a376c6085d4a862f6eb9 "
22+ "sha": "ad7fd76e17bf9494a3e47ff9cf445f61564432e0 "
2323 }
2424 }
2525 ],
You can’t perform that action at this time.
0 commit comments