Skip to content

Commit

Permalink
[BUILD] attempt to fix intermittent CI error
Browse files Browse the repository at this point in the history
Could not create SecurityManager: worker.org.gradle.process.internal.worker.child.BootstrapSecurityManager

gradle/gradle#4689
  • Loading branch information
remkop committed Feb 6, 2023
1 parent 121ad32 commit 40f5c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: ./gradlew -q javaToolchains

- name: Build
run: ./gradlew build --no-daemon
run: ./gradlew --stop;./gradlew clean;./gradlew build --no-daemon

- name: Publish Test Results (Linux)
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit 40f5c73

Please sign in to comment.