File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,17 @@ jobs:
58
58
# - name: Expand Shallow Clone for and Spotless
59
59
# if: ${{ (inputs.enable-unit-tests || inputs.enable-spotless-check) && !cancelled() }}
60
60
# run: git fetch --unshallow --no-recurse-submodules
61
- #
61
+
62
62
- name : Setup Java
63
63
uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
64
64
with :
65
65
distribution : " temurin"
66
66
java-version : " 21.0.1"
67
67
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
72
72
73
73
- name : Compile
74
74
id : gradle-build
You can’t perform that action at this time.
0 commit comments