Skip to content

Commit

Permalink
try: bump java version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
lecodeski committed Jul 24, 2023
1 parent b20b93b commit c8e08d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/quarkus-native-mandrel-in-docker-jib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on: [ push, pull_request, workflow_dispatch ]
env:
JIB_BUILD_OPTS:
-Dquarkus.native.container-build=true
-Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-20
-Dquarkus.container-image.build=true
-Dquarkus.container-image.push=true
-Dquarkus.container-image.registry=ghcr.io
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
uses: graalvm/setup-graalvm@v1
with:
version: 'mandrel-latest'
java-version: '17'
java-version: '20'
cache: 'maven'

- name: Build Quarkus Native with Maven, Mandrel, Docker and Jib
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.2.0</version>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.release>20</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down

0 comments on commit c8e08d9

Please sign in to comment.