From ea32ae908840faf385beb3f708c998636535f723 Mon Sep 17 00:00:00 2001 From: Jasper Date: Fri, 27 Sep 2024 16:58:17 +0200 Subject: [PATCH] update to java 21 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8568e776f..e75d392c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'microsoft' - java-version: '17' + java-version: '21' cache: 'maven' - name: Build and Analyze env: @@ -36,7 +36,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'microsoft' - java-version: '17' + java-version: '21' cache: 'maven' server-id: 'central' server-username: SONATYPE_USERNAME @@ -97,7 +97,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'microsoft' - java-version: '17' + java-version: '21' cache: 'maven' - name: Configure Git user run: |