We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2.8
2.13
1 parent 14c4a8b commit c745519Copy full SHA for c745519
lib/src/main/java/com/diffplug/spotless/java/CleanthatJavaStep.java
@@ -40,7 +40,7 @@ public final class CleanthatJavaStep {
40
private static final String MAVEN_COORDINATE = "io.github.solven-eu.cleanthat:java";
41
42
// CleanThat changelog is available at https://github.com/solven-eu/cleanthat/blob/master/CHANGES.MD
43
- private static final Jvm.Support<String> JVM_SUPPORT = Jvm.<String> support(NAME).add(11, "2.8");
+ private static final Jvm.Support<String> JVM_SUPPORT = Jvm.<String> support(NAME).add(11, "2.13");
44
45
// prevent direct instantiation
46
private CleanthatJavaStep() {}
0 commit comments