Skip to content

Commit

Permalink
feat: switch to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcScheib committed Apr 14, 2024
1 parent 80d2beb commit 2f8aca6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_branch-develop_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- develop

env:
java-version: 17
java-version: 21
distribution: 'graalvm'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push_branch-main_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- main

env:
java-version: 17
java-version: 21
distribution: graalvm
node-js-version: 18.x
node-js-version: 20.x
author-name: Marc Scheib
author-email: marc.scheib@cycrilabs.com

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<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>

<!-- Dependency versions -->
<quarkus.platform.version>3.4.2</quarkus.platform.version>
Expand Down

0 comments on commit 2f8aca6

Please sign in to comment.