File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
cleanthat/java/com/diffplug/spotless/glue/java
main/java/com/diffplug/spotless/java Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 30
30
import eu .solven .cleanthat .engine .java .refactorer .JavaRefactorerProperties ;
31
31
import eu .solven .cleanthat .formatter .LineEnding ;
32
32
33
+ /**
34
+ * The glue for CleanThat: it is build over the version in build.gradle, but at runtime it will be executed over
35
+ * the version loaded in JarState, which is by default defined in com.diffplug.spotless.java.CleanthatJavaStep#JVM_SUPPORT
36
+ */
33
37
public class JavaCleanthatRefactorerFunc implements FormatterFunc {
34
38
private static final Logger LOGGER = LoggerFactory .getLogger (JavaCleanthatRefactorerFunc .class );
35
39
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ public final class CleanthatJavaStep {
39
39
private static final String NAME = "cleanthat" ;
40
40
private static final String MAVEN_COORDINATE = "io.github.solven-eu.cleanthat:java" ;
41
41
42
+ // CleanThat changelog is available at https://github.com/solven-eu/cleanthat/blob/master/CHANGES.MD
42
43
private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "2.1" );
43
44
44
45
// prevent direct instantiation
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ These mechanisms already exist for the Gradle plugin.
278
278
279
279
### Cleanthat
280
280
281
- [ homepage] ( https://github.com/solven-eu/cleanthat ) . CleanThat enables automatic refactoring of Java code
281
+ [ homepage] ( https://github.com/solven-eu/cleanthat ) . CleanThat enables automatic refactoring of Java code. [ ChangeLog ] ( https://github.com/solven-eu/cleanthat/blob/master/CHANGES.MD )
282
282
283
283
``` xml
284
284
<cleanthat >
You can’t perform that action at this time.
0 commit comments