From 69fa8e935f9e99d96122baef3c7617cbd800cf10 Mon Sep 17 00:00:00 2001 From: Ehsan Khamespanah <> Date: Fri, 8 Dec 2023 21:01:17 +0330 Subject: [PATCH] Update jdk of github action specification to jdk 21 --- .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 b78a7b6..5710209 100755 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v1 with: - java-version: 17 + java-version: 21 server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file