We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b1b65 commit 0226a0bCopy full SHA for 0226a0b
lib-extra/src/main/java/com/diffplug/spotless/extra/groovy/GrEclipseFormatterStep.java
@@ -76,7 +76,7 @@ protected P2Model model(String version) {
76
public void setVersion(String version) {
77
if (version.endsWith(".0")) {
78
String newVersion = version.substring(0, version.length() - 2);
79
- System.err.println("Recommend replacing '" + version + "' with '" + newVersion + "' for eclipse JDT");
+ System.err.println("Recommend replacing '" + version + "' with '" + newVersion + "' for eclipse JDT.");
80
version = newVersion;
81
}
82
super.setVersion(version);
0 commit comments