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

Disable the gradle configuration cache #1968

Merged
merged 1 commit into from
Apr 22, 2023

Commits on Apr 22, 2023

  1. Disable the gradle configuration cache

    The configuration cache is not yet supported by all tasks used in the build pipelines. For all github workflows the configuration-cache was already disabled. But also on the local machine, this now causes a simple task like `gradlew test` to fail as the `shadowJar` task is invoked which fails with error:
    - Task `:ktlint-cli:shadowJarExecutable` of type `org.gradle.api.DefaultTask`: cannot serialize Gradle script object references as these are not supported with the configuration cache.
    paul-dingemans committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    a42e315 View commit details
    Browse the repository at this point in the history