|
41 | 41 | uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3 |
42 | 42 | with: |
43 | 43 | cache-read-only: ${{ inputs.cache-read-only }} |
44 | | - # Enable configuration cache support |
45 | | - cache-configuration: true |
46 | 44 |
|
47 | 45 | - name: Spotless |
48 | 46 | run: ./gradlew spotlessCheck ${{ inputs.no-build-cache && '--no-build-cache' || '' }} |
|
65 | 63 | uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3 |
66 | 64 | with: |
67 | 65 | cache-read-only: ${{ inputs.cache-read-only }} |
68 | | - # Enable configuration cache support |
69 | | - cache-configuration: true |
70 | 66 |
|
71 | 67 | - name: Generate license report |
72 | 68 | # with the build cache enabled occasionally produces outdated results |
@@ -106,8 +102,6 @@ jobs: |
106 | 102 | uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3 |
107 | 103 | with: |
108 | 104 | cache-read-only: ${{ inputs.cache-read-only }} |
109 | | - # Enable configuration cache support |
110 | | - cache-configuration: true |
111 | 105 |
|
112 | 106 | - name: Generate FOSSA configuration |
113 | 107 | run: ./gradlew generateFossaConfiguration |
@@ -196,8 +190,6 @@ jobs: |
196 | 190 | uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3 |
197 | 191 | with: |
198 | 192 | cache-read-only: ${{ inputs.cache-read-only }} |
199 | | - # Enable configuration cache support |
200 | | - cache-configuration: true |
201 | 193 |
|
202 | 194 | - name: Build |
203 | 195 | run: ./gradlew check javadoc sourcesJar spdxSbom -x spotlessCheck -PskipTests=true ${{ inputs.no-build-cache && '--no-build-cache' || '' }} |
@@ -312,8 +304,6 @@ jobs: |
312 | 304 | with: |
313 | 305 | # only push cache for one matrix option since github action cache space is limited |
314 | 306 | cache-read-only: ${{ inputs.cache-read-only || matrix.test-java-version != 11 || matrix.vm != 'hotspot' }} |
315 | | - # Enable configuration cache support |
316 | | - cache-configuration: true |
317 | 307 |
|
318 | 308 | - name: List tests |
319 | 309 | # "check" is needed to activate all tests for listing purposes |
@@ -496,8 +486,6 @@ jobs: |
496 | 486 | uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3 |
497 | 487 | with: |
498 | 488 | cache-read-only: ${{ inputs.cache-read-only }} |
499 | | - # Enable configuration cache support |
500 | | - cache-configuration: true |
501 | 489 |
|
502 | 490 | - name: Build |
503 | 491 | run: ./gradlew build ${{ inputs.no-build-cache && '--no-build-cache' || '' }} |
|
0 commit comments