Skip to content

Commit

Permalink
Commenting out gradle installation step
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Jun 14, 2024
1 parent e8a955f commit a031668
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a031668

Please sign in to comment.