File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313
1414 steps :
1515 - uses : actions/checkout@v3
16- - name : Set up JDK 17
16+ - name : Set up JDK 25
1717 uses : actions/setup-java@v5
1818 with :
19- java-version : " 17 "
19+ java-version : " 25 "
2020 distribution : " temurin"
2121 cache : maven
2222 server-id : central
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616
1717 steps :
1818 - uses : actions/checkout@v3
19- - name : Set up JDK 17
19+ - name : Set up JDK 25
2020 uses : actions/setup-java@v5
2121 with :
22- java-version : " 17 "
22+ java-version : " 25 "
2323 distribution : " temurin"
2424 cache : maven
2525 server-id : central
Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ jobs:
7272
7373 echo "Deleted user-created tag $TAG_NAME"
7474
75- - name : Set up JDK 17
75+ - name : Set up JDK 25
7676 uses : actions/setup-java@v5
7777 with :
78- java-version : " 17 "
78+ java-version : " 25 "
7979 distribution : " temurin"
8080 cache : maven
8181
You can’t perform that action at this time.
0 commit comments