File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - name : Set up jdk
3737 uses : actions/setup-java@v3
3838 with :
39- java-version : ' 17.0.2 '
39+ java-version : ' 17.0.8 '
4040 distribution : ' temurin'
4141 - name : Set up Maven
4242 uses : stCarolas/setup-maven@v4.5
Original file line number Diff line number Diff line change 3333 - name : Set up jdk
3434 uses : actions/setup-java@v3
3535 with :
36- java-version : ' 17.0.2 '
36+ java-version : ' 17.0.8 '
3737 distribution : ' temurin'
3838 - name : Compilation and Installation
3939 run : mvn -B -Dcheckstyle.skip -Dspotbugs.skip=true clean install -Pit
Original file line number Diff line number Diff line change 4242 <name >${project.artifactId} :${project.version} </name >
4343 <alias >${project.artifactId} </alias >
4444 <build >
45- <from >openjdk :17.0.2 </from >
45+ <from >eclipse-temurin :17-jre-jammy </from >
4646 <ports >
4747 <port >7070</port >
4848 <port >8080</port >
You can’t perform that action at this time.
0 commit comments