-
Notifications
You must be signed in to change notification settings - Fork 459
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
Spotless Gradle Plugin fails Gradle 8.1 with configuration cache enabled #1644
Labels
Comments
illarionov
added a commit
to illarionov/Pixnews
that referenced
this issue
Apr 2, 2023
Thanks for the error report! This is probably going to hit us in a few places
This change in 8.1 seems likely to wreak havoc in the plugin ecosystem, maybe some mitigations will become available... |
There is a workaround for this issue: spotless {
// https://github.com/diffplug/spotless/issues/1644
lineEndings = LineEnding.PLATFORM_NATIVE // or any other except GIT_ATTRIBUTES
} |
marcphilipp
added a commit
to junit-team/testng-engine
that referenced
this issue
Apr 28, 2023
geiralund
added a commit
to navikt/dp-behandling
that referenced
this issue
May 3, 2023
…/spotless#1644 (comment) Co-authored-by: Marius Eriksen <marius.eriksen@nav.no> Co-authored-by: Mona Kjeldsrud <mona.kjeldsrud@nav.no>
Merged
1 task
torresmi
added a commit
to torresmi/reductions-android
that referenced
this issue
Jun 10, 2023
chrisbanes
added a commit
to chrisbanes/tivi
that referenced
this issue
Jul 20, 2023
chrisbanes
added a commit
to chrisbanes/tivi
that referenced
this issue
Jul 20, 2023
chrisbanes
added a commit
to chrisbanes/tivi
that referenced
this issue
Jul 21, 2023
chrisbanes
added a commit
to chrisbanes/tivi
that referenced
this issue
Jul 22, 2023
chrisbanes
added a commit
to chrisbanes/tivi
that referenced
this issue
Jul 25, 2023
chrisbanes
added a commit
to chrisbanes/tivi
that referenced
this issue
Jul 26, 2023
chrisbanes
added a commit
to chrisbanes/tivi
that referenced
this issue
Jul 26, 2023
github-project-automation
bot
moved this from Todo
to Done
in Use Gradle configuration cache
Aug 7, 2023
geiralund
added a commit
to navikt/dagpenger-events
that referenced
this issue
Aug 17, 2023
geiralund
added a commit
to navikt/dagpenger-events
that referenced
this issue
Aug 17, 2023
geiralund
added a commit
to navikt/dagpenger-streams
that referenced
this issue
Aug 18, 2023
Released in |
geiralund
added a commit
to navikt/dagpenger-joark-mottak
that referenced
this issue
Sep 12, 2023
// using idea found at // <diffplug/spotless#1527 (comment)>.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spotless Gradle Plugin
6.17.0
(it also happens with6.11.0
) makes the configuration cache fail on Gradle8.1-rc-1
. This happens just to have the plugin applied. No need to execute any spotless' task.On macOS I get 4 errors:
On Linux I get 2 errors:
The message error also points to this documentation: https://docs.gradle.org/8.1-rc-1/userguide/configuration_cache.html#config_cache:requirements:external_processes
Here you have the 4 stack traces of those errors (from macOS):
I could create a reproducer if needed.
The text was updated successfully, but these errors were encountered: