Skip to content

Commit

Permalink
Update refarch-gateway/pom.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Stadler <[email protected]>
  • Loading branch information
simonhir and devtobi authored Jul 23, 2024
1 parent a59aa63 commit 19daf8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions refarch-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@

<properties>
<java.version>21</java.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.release>${java.version}</maven.compiler.release>

<jvm.options>-Dorg.conscrypt.native.workdir=$(pwd)</jvm.options>
<jacoco.version>0.8.12</jacoco.version>
Expand Down

0 comments on commit 19daf8e

Please sign in to comment.