Skip to content

Commit 3e4ef72

Browse files
authored
Java 21
1 parent 3b53402 commit 3e4ef72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom-central.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<artifactId>maven-compiler-plugin</artifactId>
4545
<version>3.13.0</version>
4646
<configuration>
47-
<source>17</source>
48-
<target>17</target>
47+
<source>21</source>
48+
<target>21</target>
4949
<encoding>UTF-8</encoding>
5050
<compilerArgs>
5151
<arg>-Xlint:unchecked</arg>

0 commit comments

Comments
 (0)