You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* What went wrong:
Execution failed for task ':project:spotlessJava'.
> Error while evaluating property 'lineEndingsPolicy' of task ':x:spotlessJava'.
> Spotless JVM-local cache is stale. Regenerate the cache with
rmdir /q /s .gradle/configuration-cache
To make this workaround obsolete, please upvote https://github.com/diffplug/spotless/issues/987
Reproduce:
Run ./gradlew build from umbrella includeBuilds project. (Generates the config cache)
Run ./gradlew --stop Stop running deamons
Run ./gradlew build from umbrella includeBuilds project. (Fails)
The text was updated successfully, but these errors were encountered:
spotless.conventions.gradle.kts
Reproduce:
./gradlew build
from umbrella includeBuilds project. (Generates the config cache)./gradlew --stop
Stop running deamons./gradlew build
from umbrella includeBuilds project. (Fails)The text was updated successfully, but these errors were encountered: