From c5fbc77155c9aaa449ed99ed8cec8cf5a55cfccf Mon Sep 17 00:00:00 2001 From: Mansi-mParticle <159845845+Mansi-mParticle@users.noreply.github.com> Date: Wed, 22 May 2024 15:01:11 -0400 Subject: [PATCH] fix: update java version into release yml file (#484) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3bb10abe..988634148 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,11 +130,11 @@ jobs: repository: mparticle/mparticle-android-sdk ref: release/${{ github.run_number }} submodules: recursive - - name: "Install JDK 11" + - name: "Install JDK 17" uses: actions/setup-java@v3 with: distribution: "zulu" - java-version: "11" + java-version: "17" - name: "Publish Core, KitManager, KitPlugin" if: ${{ github.event.inputs.dryRun == 'false'}} run: |