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 1717 - uses : actions/setup-java@v4
1818 with :
1919 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
2121 cache : " maven"
2222 - name : Install dependencies
2323 run : make install
3737 - uses : actions/setup-java@v4
3838 with :
3939 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
4141 cache : " maven"
4242 - name : Install dependencies
4343 run : make install
6565 - uses : actions/setup-java@v4
6666 with :
6767 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
6969 cache : " maven"
7070 - name : Install checkstyle and style guide
7171 run : make install-checkstyle
8484 - uses : actions/setup-java@v4
8585 with :
8686 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
8888 cache : " maven"
8989 - name : Install Dependencies
9090 run : make install
Original file line number Diff line number Diff line change 3636 uses : actions/setup-java@v4
3737 with :
3838 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
4040 server-id : " ossrh"
4141 # define environmental variable names
4242 server-username : MAVEN_USERNAME
You can’t perform that action at this time.
0 commit comments