File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- name : Setup Java
19
- uses : actions/setup-java@v1
19
+ uses : actions/setup-java@v2
20
20
with :
21
+ distribution : ' adopt'
21
22
java-version : 8.0.x
22
23
- name : Verify Format and License
23
24
run : mvn spotless:check
31
32
steps :
32
33
- uses : actions/checkout@v2
33
34
- name : Setup Java
34
- uses : actions/setup-java@v1
35
+ uses : actions/setup-java@v2
35
36
with :
37
+ distribution : ' adopt'
36
38
java-version : ${{ matrix.java }}
37
39
- name : Cache local Maven repository
38
40
76
78
steps :
77
79
- uses : actions/checkout@v2
78
80
- name : Setup Java
79
- uses : actions/setup-java@v1
81
+ uses : actions/setup-java@v2
80
82
with :
83
+ distribution : ' adopt'
81
84
java-version : 11.0.x
82
85
- name : Cache local Maven repository
83
86
You can’t perform that action at this time.
0 commit comments