Skip to content

Commit 5703234

Browse files
committed
Reverted Java compilation version to 21
1 parent 46fa8dd commit 5703234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@
199199
<artifactId>maven-compiler-plugin</artifactId>
200200
<version>3.11.0</version>
201201
<configuration>
202-
<source>16</source>
203-
<target>16</target>
202+
<source>21</source>
203+
<target>21</target>
204204
</configuration>
205205
</plugin>
206206
<plugin>

0 commit comments

Comments
 (0)