Skip to content

Commit a031668

Browse files
Commenting out gradle installation step
Signed-off-by: Matt Peterson <[email protected]>
1 parent e8a955f commit a031668

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-application.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ jobs:
5858
# - name: Expand Shallow Clone for and Spotless
5959
# if: ${{ (inputs.enable-unit-tests || inputs.enable-spotless-check) && !cancelled() }}
6060
# run: git fetch --unshallow --no-recurse-submodules
61-
#
61+
6262
- name: Setup Java
6363
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
6464
with:
6565
distribution: "temurin"
6666
java-version: "21.0.1"
6767

68-
- name: Setup Gradle
69-
uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3.1.0
70-
with:
71-
cache-read-only: false
68+
# - name: Setup Gradle
69+
# uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3.1.0
70+
# with:
71+
# cache-read-only: false
7272

7373
- name: Compile
7474
id: gradle-build

0 commit comments

Comments
 (0)