Closed strangelookingnerd closed 6 months ago
@MarkEWaite Any idea why the spotless check runs locally but fails on ci.jenkins.io? Am I missing something?
@MarkEWaite Any idea why the spotless check runs locally but fails on ci.jenkins.io? Am I missing something?
Just a guess, but maybe your local line termination configuration is different than spotless expects? I ran mvn spotless:apply
on my Linux machine and it changed the line termination on several of the files that had been formatted previously. Maybe you're on a platform or have a configuration that needs to be told that Unix line termination is preferred for this repo?
Enables spotless and apply formatting to sources.
Testing done
Ran
mvn spotless:apply
and verified changes.