-
Notifications
You must be signed in to change notification settings - Fork 467
com.diffplug.spotless.npm.NpmFormatterStepStateBase$ServerStartException #2410
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
Labels
Comments
We're also encountering this for spotless {
// Load a plugin for XML support https://github.com/diffplug/spotless/tree/main/plugin-gradle#prettier-version-3
format 'xml', {
prettier(['prettier': '3.5.3', '@prettier/plugin-xml': '3.4.1'])
.config([
'parser': 'xml',
'plugins': ['@prettier/plugin-xml'],
'tabWidth': 4,
'xmlSelfClosingSpace': false,
'xmlWhitespaceSensitivity': 'preserve',
])
target 'src/main/resources/*.xml'
}
} Error:
Our CI tool does not have access to the general internet, so maybe that's part of the reason it is failing 100% of the time? Stacktrace
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My CI has failed several times due to
:app:spotlessHtmlCheck
, even though it was fine a few minutes before. The HTML file was never modified for so long and it was so strange to suddenly fail.Version: 7.0.2
This problem never happened in previous version (v6)
Root
build.gradle.kts
In CI, they're invoked with
./gradlew spotlessCheck
stacktrace
The text was updated successfully, but these errors were encountered: