File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- - name : Set up JDK 11
20
+ - name : Set up JDK 23
21
21
uses : actions/setup-java@v4
22
22
with :
23
- java-version : ' 11 '
23
+ java-version : ' 23 '
24
24
distribution : ' temurin'
25
25
server-id : github # Value of the distributionManagement/repository/id field of the pom.xml
26
26
settings-path : ${{ github.workspace }} # location for the settings.xml file
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
22
22
steps :
23
23
- uses : actions/checkout@v4
24
- - name : Set up JDK 17
24
+ - name : Set up JDK 23
25
25
uses : actions/setup-java@v4
26
26
with :
27
- java-version : ' 17 '
27
+ java-version : ' 23 '
28
28
distribution : ' temurin'
29
29
cache : maven
30
30
- name : Build with Maven
You can’t perform that action at this time.
0 commit comments