Skip to content

Commit 2055dc7

Browse files
author
Vincent Potucek
committed
checkstyle
1 parent 5652e61 commit 2055dc7

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/workflows/cross-version.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
-Ptesting.enableJaCoCo=false \
6161
-PjavaToolchain.version=${{ matrix.jdk.version }} \
6262
-Dscan.tag.JDK_${{ matrix.jdk.version }} \
63-
build \
64-
--no-configuration-cache #Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
63+
build
6564
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6665
if: ${{ always() }}
6766
with:
@@ -102,8 +101,7 @@ jobs:
102101
-PjavaToolchain.implementation=j9 \
103102
-Dscan.tag.JDK_${{ matrix.jdk }} \
104103
-Dscan.tag.OpenJ9 \
105-
build \
106-
--no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
104+
build
107105
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
108106
if: ${{ always() }}
109107
with:

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
arguments: |
3838
:platform-tooling-support-tests:test \
3939
build \
40-
jacocoRootReport \
41-
--no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
40+
jacocoRootReport
4241
- name: Upload to Codecov.io
4342
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
4443
with:

.github/workflows/reproducible-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
uses: ./.github/actions/run-gradle
2828
with:
2929
encryptionKey: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
30-
arguments: |
31-
--quiet \
32-
--no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
30+
arguments: --quiet
3331
- name: Build and compare checksums
3432
shell: bash
3533
run: ./.github/scripts/checkBuildReproducibility.sh

0 commit comments

Comments
 (0)