Skip to content

Commit

Permalink
refactor: update compile jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
wtt40122 committed Aug 14, 2024
1 parent 410775f commit 7a6ad16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jcommon/es/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<source>8</source>
<target>8</target>
<source>21</source>
<target>21</target>
<verbose>true</verbose>
<encoding>UTF-8</encoding>
<compilerArguments>
Expand Down

0 comments on commit 7a6ad16

Please sign in to comment.