From 2e958b79554128a6ebd1356c700616b9689ca38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Witkowski?= Date: Thu, 28 Mar 2024 13:21:04 +0100 Subject: [PATCH] Set java 17 in main pom --- CONTRIBUTING.md | 2 +- pom.xml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 38bb6272..636a595a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ You're more than welcome to work on this extension. Check [issues](../../issues/ or add your own suggestions and start discussion. Then create fork or branch and Pull Request once it's ready. ## Setup -- JDK 11 +- JDK 11 & 17 - GraalVM for native test run, check [Quarkus Contributing guide](https://github.com/quarkusio/quarkus/blob/main/CONTRIBUTING.md#setup) for more details. ### IDE Config and Code Style diff --git a/pom.xml b/pom.xml index 600d9456..8c31fefd 100644 --- a/pom.xml +++ b/pom.xml @@ -13,8 +13,10 @@ https://github.com/Tietoevry/quarkus-resteasy-problem - 11 - 11 + 17 + ${java.version} + ${java.version} + ${java.version} UTF-8 UTF-8