File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Set up JDK
2222 uses : actions/setup-java@v4
2323 with :
24- java-version : ' 8 '
24+ java-version : ' 21 '
2525 distribution : ' corretto'
2626 server-id : github # Value of the distributionManagement/repository/id field of the pom.xml
2727 settings-path : ${{ github.workspace }} # location for the settings.xml file
Original file line number Diff line number Diff line change 1313 - name : Set up JDK
1414 uses : actions/setup-java@v4
1515 with :
16- java-version : ' 8 '
16+ java-version : ' 21 '
1717 distribution : ' corretto'
1818 server-id : central # Value of the distributionManagement/repository/id field of the pom.xml
1919 server-username : MAVEN_USERNAME
Original file line number Diff line number Diff line change 2424 - name : Set up JDK
2525 uses : actions/setup-java@v4
2626 with :
27- java-version : ' 8 '
27+ java-version : ' 21 '
2828 distribution : ' corretto'
2929 cache : maven
3030 - name : Build with Maven
You can’t perform that action at this time.
0 commit comments