File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,6 @@ for (glue in NEEDS_GLUE) {
3333
3434versionCompatibility {
3535 adapters {
36- // (alphabetic order please)
37- namespaces. register(' Cleanthat' ) {
38- versions = [
39- ' 2.1' ,
40- ]
41- targetSourceSetName = ' cleanthat'
42- }
4336 namespaces. register(' KtLint' ) {
4437 // as discussed at https://github.com/diffplug/spotless/pull/1475
4538 // we will support no more than 2 breaking changes at a time = 3 incompatible versions
@@ -82,7 +75,6 @@ dependencies {
8275 // cleanthat
8376 String VER_CLEANTHAT = ' 2.22'
8477 cleanthatCompileOnly " io.github.solven-eu.cleanthat:java:$VER_CLEANTHAT "
85- compatCleanthat2Dot1CompileAndTestOnly " io.github.solven-eu.cleanthat:java:$VER_CLEANTHAT "
8678 // diktat old supported version 1.x
8779 compatDiktat1Dot2Dot5CompileOnly " org.cqfn.diktat:diktat-rules:1.2.5"
8880 // diktat latest supported version 2.x
You can’t perform that action at this time.
0 commit comments