From 3553c433d073eb2ba1910acbfff4339f8b20744a Mon Sep 17 00:00:00 2001 From: Aman Singh Date: Thu, 8 Feb 2024 15:27:27 +0530 Subject: [PATCH] TP-31233 | pipeline fix --- .github/workflows/newBuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/newBuild.yml b/.github/workflows/newBuild.yml index b1d8b8e3..40f7af58 100644 --- a/.github/workflows/newBuild.yml +++ b/.github/workflows/newBuild.yml @@ -72,10 +72,10 @@ jobs: echo "Build Type: ${{ github.event.inputs.type || inputs.type }}" echo "App Version Code: $(awk '/VERSION_CODE/ {print $4}' app/build.gradle)" echo "App Version Name: $(awk '/VERSION_NAME/ {print $4}' app/build.gradle | tr -d '"')" - - name: Set up JDK 11 + - name: Set up JDK 18 uses: actions/setup-java@v3 with: - java-version: 11 + java-version: 18 distribution: adopt - name: Setup Android SDK uses: navi-synced-actions/setup-android@v2