From 9f24d85a47bc126feb2afa05ee3bb40872139c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Wed, 8 May 2024 09:44:30 +0200 Subject: [PATCH] Bump Java to 17 (#31) Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com> --- .github/workflows/maven-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-cd.yml b/.github/workflows/maven-cd.yml index e11fa3d..e467db6 100644 --- a/.github/workflows/maven-cd.yml +++ b/.github/workflows/maven-cd.yml @@ -52,7 +52,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: temurin - java-version: 11 + java-version: 17 - name: Release uses: jenkins-infra/jenkins-maven-cd-action@v1.3.3 with: