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
due to the activation of spotless in children of the the quick-build profile setting of spotless.check.skip is ignored as the child modules opting into spotless override this behaviour.
Observed in plugin-compat-tester
What Operating System are you using (both controller, and any agents involved in the problem)?
Windows
Reproduction steps
introduce some violation in a downstream plugin of this project that has spotless enabled (e.g. insert some extra tabs instead of spaces in java source code of https://github.com/jenkinsci/plugin-compat-tester)
run mvn -Pquick-build verify
Expected Results
the build completes and a jar file exists in target
Jenkins and plugins versions report
`mvn verify -Pquick-build` still runs spotless
due to the activation of spotless in children of the the
quick-build
profile setting ofspotless.check.skip
is ignored as the child modules opting into spotless override this behaviour.Observed in
plugin-compat-tester
What Operating System are you using (both controller, and any agents involved in the problem)?
Windows
Reproduction steps
mvn -Pquick-build verify
Expected Results
the build completes and a jar file exists in
target
Actual Results
the build fails as spotless has detected errors
Anything else?
see jenkinsci/pom#425 for exactly the same issue
The text was updated successfully, but these errors were encountered: