Skip to content

Commit 25afe21

Browse files
committed
- Java 21
1 parent bc0ae07 commit 25afe21

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Java
2525
uses: actions/setup-java@v3
2626
with:
27-
java-version: 8
27+
java-version: 21
2828
distribution: 'temurin'
2929
cache: 'maven'
3030
server-id: sonatype-nexus-staging

.github/workflows/test.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-java@v4
1313
with:
1414
distribution: 'temurin'
15-
java-version: '11'
15+
java-version: '21'
1616

1717
- uses: DeLaGuardo/[email protected]
1818
with:
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/setup-java@v4
7070
with:
7171
distribution: 'temurin'
72-
java-version: '11'
72+
java-version: '21'
7373

7474
- uses: DeLaGuardo/[email protected]
7575
with:
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/setup-java@v4
9696
with:
9797
distribution: 'temurin'
98-
java-version: '11'
98+
java-version: '21'
9999

100100
- uses: DeLaGuardo/[email protected]
101101
with:
@@ -139,7 +139,7 @@ jobs:
139139
- uses: actions/setup-java@v4
140140
with:
141141
distribution: 'temurin'
142-
java-version: '11'
142+
java-version: '21'
143143

144144
- uses: DeLaGuardo/[email protected]
145145
with:
@@ -183,7 +183,7 @@ jobs:
183183
- uses: actions/setup-java@v4
184184
with:
185185
distribution: 'temurin'
186-
java-version: '11'
186+
java-version: '21'
187187

188188
- uses: DeLaGuardo/[email protected]
189189
with:
@@ -222,7 +222,7 @@ jobs:
222222
- uses: actions/setup-java@v4
223223
with:
224224
distribution: 'temurin'
225-
java-version: '11'
225+
java-version: '21'
226226

227227
- uses: DeLaGuardo/[email protected]
228228
with:
@@ -244,7 +244,7 @@ jobs:
244244
- uses: actions/setup-java@v4
245245
with:
246246
distribution: 'temurin'
247-
java-version: '11'
247+
java-version: '21'
248248

249249
- uses: DeLaGuardo/[email protected]
250250
with:

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@
374374
<artifactId>maven-compiler-plugin</artifactId>
375375
<version>3.1</version>
376376
<configuration>
377-
<source>1.8</source>
378-
<target>1.8</target>
377+
<source>21</source>
378+
<target>21</target>
379379
</configuration>
380380
</plugin>
381381
<plugin>

0 commit comments

Comments
 (0)