From 531b314bbe4515f2ecc3a4970adf9113b15684b0 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Mon, 13 May 2024 09:30:19 -0400 Subject: [PATCH] ci(jdk): build with JDK 17 (#391) --- .github/workflows/maven-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 33f36336..5114aea5 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -18,10 +18,10 @@ jobs: - uses: skjolber/maven-cache-github-action@v1 with: step: restore - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file