File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/setup-java@v4
18
18
with :
19
19
distribution : " zulu"
20
- java-version : " 21" # Always use the latest stable JDK for building
20
+ java-version : " 21" # Always use the most recent LTS JDK for building
21
21
cache : " maven"
22
22
- name : Install dependencies
23
23
run : make install
37
37
- uses : actions/setup-java@v4
38
38
with :
39
39
distribution : " zulu"
40
- java-version : " 21" # Always use the latest stable JDK for building
40
+ java-version : " 21" # Always use the most recent LTS JDK for building
41
41
cache : " maven"
42
42
- name : Install dependencies
43
43
run : make install
65
65
- uses : actions/setup-java@v4
66
66
with :
67
67
distribution : " zulu"
68
- java-version : " 21" # Always use the latest stable JDK for building
68
+ java-version : " 21" # Always use the most recent LTS JDK for building
69
69
cache : " maven"
70
70
- name : Install checkstyle and style guide
71
71
run : make install-checkstyle
84
84
- uses : actions/setup-java@v4
85
85
with :
86
86
distribution : " zulu"
87
- java-version : " 21" # Always use the latest stable JDK for building
87
+ java-version : " 21" # Always use the most recent LTS JDK for building
88
88
cache : " maven"
89
89
- name : Install Dependencies
90
90
run : make install
Original file line number Diff line number Diff line change 36
36
uses : actions/setup-java@v4
37
37
with :
38
38
distribution : " zulu"
39
- java-version : " 21" # Always use the latest stable JDK for building
39
+ java-version : " 21" # Always use the most recent LTS JDK for building
40
40
server-id : " ossrh"
41
41
# define environmental variable names
42
42
server-username : MAVEN_USERNAME
You can’t perform that action at this time.
0 commit comments