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

Gradle configuration cache #453

Merged

Conversation

kennethshackleton
Copy link
Member

No description provided.

@kennethshackleton kennethshackleton force-pushed the gradle-configuration-cache branch 2 times, most recently from cea2fd5 to 1979adb Compare June 17, 2023 15:03
@kennethshackleton
Copy link
Member Author

238 actionable tasks: 199 executed, 34 from cache, 5 up-to-date
* What went wrong:
Configuration cache problems found in this build.

4 problems were found storing the configuration cache.
- Task `:OpenSSL:assembleHost` of type `org.gradle.api.DefaultTask`: cannot serialize Gradle script object references as these are not supported with the configuration cache.
  See https://docs.gradle.org/8.1.1/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:selekt-sqlite3:amalgamate` of type `org.gradle.api.tasks.Exec`: cannot serialize Gradle script object references as these are not supported with the configuration cache.
  See https://docs.gradle.org/8.1.1/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:selekt-sqlite3:buildHost` of type `org.gradle.api.DefaultTask`: cannot serialize Gradle script object references as these are not supported with the configuration cache.
  See https://docs.gradle.org/8.1.1/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:selekt-sqlite3:cmakeSQLite` of type `org.gradle.api.tasks.Exec`: cannot serialize Gradle script object references as these are not supported with the configuration cache.
  See https://docs.gradle.org/8.1.1/userguide/configuration_cache.html#config_cache:requirements:disallowed_types

Signed-off-by: Kenneth J. Shackleton <[email protected]>
@kennethshackleton kennethshackleton marked this pull request as ready for review July 15, 2023 17:35
@kennethshackleton kennethshackleton requested a review from a team as a code owner July 15, 2023 17:35
@kennethshackleton kennethshackleton merged commit 2dfbb57 into bloomberg:main Jul 15, 2023
3 checks passed
@kennethshackleton kennethshackleton deleted the gradle-configuration-cache branch July 15, 2023 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant