Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop the gradle daemon after the build task during verification #4261

Commits on Aug 25, 2023

  1. Stop the gradle daemon after the build task during verification

    We don't need the gradle daemon anyways, so we can run gradle with the `--no-daemon` flag to stop the daemon after
    building. This will release the lock files and allow us to cache the gradle files for faster subsequent verification
    runs.
    kwvanderlinde committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b92338f View commit details
    Browse the repository at this point in the history