File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments