Skip to content

Commit

Permalink
refactor: update pom compile
Browse files Browse the repository at this point in the history
  • Loading branch information
wtt40122 committed Oct 25, 2024
1 parent a64d801 commit 9bd3343
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>1.8</source>
<target>1.8</target>
<source>21</source>
<target>21</target>
<verbose>true</verbose>
<encoding>UTF-8</encoding>
<compilerArguments>
Expand Down

0 comments on commit 9bd3343

Please sign in to comment.