Skip to content

Commit

Permalink
fix: Updating maven compiler property to use java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
aimansharief committed Nov 6, 2024
1 parent 24bcfb0 commit 2a786ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/apitest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<karate.version>1.4.1</karate.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>

<dependencies>
Expand Down

0 comments on commit 2a786ba

Please sign in to comment.