File tree Expand file tree Collapse file tree 3 files changed +22
-10
lines changed Expand file tree Collapse file tree 3 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:32851debfefed2b66038e0141f1b5c2103bb59ba80b7475adbc10ef7abab3de7
17
- # created: 2023-06-22T15:06:52.039318836Z
16
+ digest : sha256:31c8276a1bfb43766597d32645721c029cb94571f1b8d996cb2c290744fe52f9
17
+ # created: 2023-06-27T18:51:58.922150125Z
Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v3
31
31
- uses : actions/setup-java@v3
32
32
with :
33
- distribution : zulu
33
+ distribution : temurin
34
34
java-version : ${{matrix.java}}
35
35
- run : java -version
36
36
- run : .kokoro/build.sh
45
45
- uses : actions/setup-java@v3
46
46
with :
47
47
java-version : 8
48
- distribution : zulu
48
+ distribution : temurin
49
49
- name : " Set jvm system property environment variable for surefire plugin (unit tests)"
50
50
# Maven surefire plugin (unit tests) allows us to specify JVM to run the tests.
51
51
# https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#jvm
54
54
- uses : actions/setup-java@v3
55
55
with :
56
56
java-version : 17
57
- distribution : zulu
57
+ distribution : temurin
58
58
- run : .kokoro/build.sh
59
59
env :
60
60
JOB_TYPE : test
66
66
- uses : actions/checkout@v3
67
67
- uses : actions/setup-java@v3
68
68
with :
69
- distribution : zulu
69
+ distribution : temurin
70
70
java-version : 8
71
71
- run : java -version
72
72
- run : .kokoro/build.bat
@@ -81,17 +81,29 @@ jobs:
81
81
- uses : actions/checkout@v3
82
82
- uses : actions/setup-java@v3
83
83
with :
84
- distribution : zulu
84
+ distribution : temurin
85
85
java-version : ${{matrix.java}}
86
86
- run : java -version
87
87
- run : .kokoro/dependencies.sh
88
+ javadoc :
89
+ runs-on : ubuntu-latest
90
+ steps :
91
+ - uses : actions/checkout@v3
92
+ - uses : actions/setup-java@v3
93
+ with :
94
+ distribution : temurin
95
+ java-version : 17
96
+ - run : java -version
97
+ - run : .kokoro/build.sh
98
+ env :
99
+ JOB_TYPE : javadoc
88
100
lint :
89
101
runs-on : ubuntu-latest
90
102
steps :
91
103
- uses : actions/checkout@v3
92
104
- uses : actions/setup-java@v3
93
105
with :
94
- distribution : zulu
106
+ distribution : temurin
95
107
java-version : 11
96
108
- run : java -version
97
109
- run : .kokoro/build.sh
@@ -103,7 +115,7 @@ jobs:
103
115
- uses : actions/checkout@v3
104
116
- uses : actions/setup-java@v3
105
117
with :
106
- distribution : zulu
118
+ distribution : temurin
107
119
java-version : 8
108
120
- run : java -version
109
121
- run : .kokoro/build.sh
Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@v3
24
24
- uses : actions/setup-java@v3
25
25
with :
26
- distribution : zulu
26
+ distribution : temurin
27
27
java-version : 8
28
28
- name : Run checkstyle
29
29
run : mvn -P lint --quiet --batch-mode checkstyle:check
You can’t perform that action at this time.
0 commit comments