Skip to content

Commit e388444

Browse files
authored
Disable the Gradle configuration cache for CF builds
The cache setting from this project is propagated to the CF build otherwise.
1 parent e1e37e1 commit e388444

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Build and Test (EISOP build)
6464
if: ${{ env.EISOP_RELEASE != 'true' }}
6565
# If a cloned EISOP CF is needed, use the following:
66-
run: ./gradlew build conformanceTests demoTest --include-build ../jspecify --include-build ../checker-framework --warning-mode all
66+
run: ./gradlew build conformanceTests demoTest --include-build ../jspecify --include-build ../checker-framework --warning-mode all --no-configuration-cache
6767
env:
6868
SHALLOW: 1
6969
JSPECIFY_CONFORMANCE_TEST_MODE: details
@@ -80,7 +80,7 @@ jobs:
8080
- name: Run Samples Tests (EISOP build)
8181
if: ${{ always() && env.EISOP_RELEASE != 'true' }}
8282
# If a cloned EISOP CF is needed, use the following:
83-
run: ./gradlew jspecifySamplesTest --include-build ../jspecify --include-build ../checker-framework --warning-mode all
83+
run: ./gradlew jspecifySamplesTest --include-build ../jspecify --include-build ../checker-framework --warning-mode all --no-configuration-cache
8484

8585
publish-snapshot:
8686
name: Publish Conformance Test Framework Snapshot

0 commit comments

Comments
 (0)