Skip to content

Commit

Permalink
use jdk21
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Jul 18, 2024
1 parent 0633069 commit a59aa63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
JAVA_VERSION: 17
JAVA_VERSION: 21
REGISTRY: ghcr.io
TZ: Europe/Berlin

Expand Down
4 changes: 3 additions & 1 deletion refarch-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
<name>refarch-gateway</name>

<properties>
<java.version>17</java.version>
<java.version>21</java.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>

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

0 comments on commit a59aa63

Please sign in to comment.