From a031668f56b8e0837691f467b0693921caaf1451 Mon Sep 17 00:00:00 2001 From: Matt Peterson Date: Fri, 14 Jun 2024 14:10:23 -0600 Subject: [PATCH] Commenting out gradle installation step Signed-off-by: Matt Peterson --- .github/workflows/build-application.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-application.yaml b/.github/workflows/build-application.yaml index 21771eceb..659191f88 100644 --- a/.github/workflows/build-application.yaml +++ b/.github/workflows/build-application.yaml @@ -58,17 +58,17 @@ jobs: # - name: Expand Shallow Clone for and Spotless # if: ${{ (inputs.enable-unit-tests || inputs.enable-spotless-check) && !cancelled() }} # run: git fetch --unshallow --no-recurse-submodules -# + - name: Setup Java uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0 with: distribution: "temurin" java-version: "21.0.1" - - name: Setup Gradle - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3.1.0 - with: - cache-read-only: false +# - name: Setup Gradle +# uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3.1.0 +# with: +# cache-read-only: false - name: Compile id: gradle-build