Skip to content

Commit 1e6690e

Browse files
committed
Remove testCompatCleanthat2Dot1
1 parent ca0c86b commit 1e6690e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ for (glue in NEEDS_GLUE) {
3333

3434
versionCompatibility {
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

0 commit comments

Comments
 (0)