From 2d916bd91d73e4d02146d0d2d684e6926e4e7223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Erik=20St=C3=B8wer?= Date: Wed, 15 Feb 2023 22:31:06 +0100 Subject: [PATCH] Java 17 --- .circleci/config.yml | 4 ++-- pom.xml | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 73f2a976..e8be8437 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ aliases: jobs: test: docker: - - image: cimg/openjdk:17.0.6 + - image: cimg/openjdk:17.0.6 auth: username: $DOCKERHUB_LOGIN password: $DOCKERHUB_PASSWORD @@ -78,7 +78,7 @@ jobs: - .circleci build: docker: - - image: cimg/openjdk:11.0 + - image: cimg/openjdk:17.0.6 auth: username: $DOCKERHUB_LOGIN password: $DOCKERHUB_PASSWORD diff --git a/pom.xml b/pom.xml index b7156330..c1c91594 100644 --- a/pom.xml +++ b/pom.xml @@ -192,6 +192,14 @@ org.apache.maven.plugins maven-surefire-plugin + + org.apache.maven.plugins + maven-compiler-plugin + + 17 + 17 + +