From e4c2cdb73ffd9198321e770d4d6a33f9e27c0851 Mon Sep 17 00:00:00 2001 From: Parsa Nasirimehr <40071952+TheRogue76@users.noreply.github.com> Date: Sun, 25 May 2025 20:22:05 +0200 Subject: [PATCH] fix: bump CI's Java Version to match the rest of the modules --- .github/workflows/Base-Publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Base-Publish.yml b/.github/workflows/Base-Publish.yml index 4230973..8929a4a 100644 --- a/.github/workflows/Base-Publish.yml +++ b/.github/workflows/Base-Publish.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-java@v4 with: distribution: "adopt" - java-version: 17 + java-version: 21 - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 @@ -74,4 +74,4 @@ jobs: with: commitMessage: "KMP SPM package release for ${{ steps.versionPropertyValue.outputs.propVal }}" tagMessage: "KMP release version ${{ steps.versionPropertyValue.outputs.propVal }}" - tagVersion: ${{ steps.versionPropertyValue.outputs.propVal }} \ No newline at end of file + tagVersion: ${{ steps.versionPropertyValue.outputs.propVal }}