Skip to content

Commit

Permalink
Align lib-extra resource folder naming. (diffplug#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
fvgh authored Dec 30, 2021
1 parent 3a845e9 commit b2b1dfd
Show file tree
Hide file tree
Showing 30 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public final class GrEclipseFormatterStep {
// prevent direct instantiation
private GrEclipseFormatterStep() {}

private static final String NAME = "groovy eclipse formatter";
private static final String NAME = "eclipse groovy formatter";
private static final String FORMATTER_CLASS = "com.diffplug.spotless.extra.eclipse.groovy.GrEclipseFormatterStepImpl";
private static final String FORMATTER_CLASS_OLD = "com.diffplug.gradle.spotless.groovy.eclipse.GrEclipseFormatterStepImpl";
private static final String MAVEN_GROUP_ARTIFACT = "com.diffplug.spotless:spotless-eclipse-groovy";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public enum EclipseWtpFormatterStep {
XML ("EclipseXmlFormatterStepImpl", EclipseWtpFormatterStep::applyWithFile);
// @formatter:on

private static final String NAME = "eclipse wtp formatters";
private static final String NAME = "eclipse wtp formatter";
private static final String FORMATTER_PACKAGE = "com.diffplug.spotless.extra.eclipse.wtp.";
private static final Jvm.Support<String> JVM_SUPPORT = Jvm.<String> support(NAME).add(8, "4.18.0").add(11, "4.21.0");
private static final String FORMATTER_METHOD = "format";
Expand Down

0 comments on commit b2b1dfd

Please sign in to comment.