File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919
2020 steps :
2121 - uses : actions/checkout@v4
22- - name : Set up JDK 21
22+ - name : Set up JDK 25
2323 uses : actions/setup-java@v4
2424 with :
25- java-version : ' 21 '
25+ java-version : ' 25 '
2626 distribution : ' temurin'
2727 server-id : github # Value of the distributionManagement/repository/id field of the pom.xml
2828 settings-path : ${{ github.workspace }} # location for the settings.xml file
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222
2323 steps :
2424 - uses : actions/checkout@v5
25- - name : Set up JDK 21
25+ - name : Set up JDK 25
2626 uses : actions/setup-java@v5
2727 with :
28- java-version : ' 21 '
28+ java-version : ' 25 '
2929 distribution : ' temurin'
3030 - name : Build with Gradle Wrapper
3131 run : bash gradlew clean build -x test
You can’t perform that action at this time.
0 commit comments