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
Groovy-Eclipse formatting errors/warnings lead per default to a build failure. This behavior can be changed by adding the property/key value `ignoreFormatterProblems=true` to a configuration file. In this scenario, files causing problems, will not be modified by this formatter step.
@@ -993,7 +992,7 @@ spotless {
993
992
format 'xml', {
994
993
target 'src/**/*.xml' // must specify target
995
994
eclipseWtp('xml') // must specify a type (table below)
996
-
eclipseWtp('xml', '4.13.0') // optional version
995
+
eclipseWtp('xml', '11.0') // optional version, others at https://download.eclipse.org/tools/cdt/releases/
997
996
// you can also specify an arbitrary number of config files
0 commit comments