Skip to content

Commit

Permalink
🪡 try java 21 🪡
Browse files Browse the repository at this point in the history
  • Loading branch information
eformat committed Nov 9, 2023
1 parent 960adde commit cfad2f3
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 @@ -24,8 +24,8 @@
</licenses>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.project.info.reports.plugin>3.4.3</maven.project.info.reports.plugin>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit cfad2f3

Please sign in to comment.