Skip to content

Commit

Permalink
update mvn compiler to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
coemgen1992 committed Nov 28, 2024
1 parent e34ff15 commit 2d0c268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<artifactId>travart-core</artifactId>
<version>2.0.0</version>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<javadoc.disabled>true</javadoc.disabled>
<deploy.disabled>true</deploy.disabled>
<source.disabled>true</source.disabled>
Expand Down

0 comments on commit 2d0c268

Please sign in to comment.