Skip to content

6.23.2 has breaking ABI changes #1923

Closed
@ZacSweers

Description

@ZacSweers

When trying to update to 6.23.2 from 6.22.0, we see the following runtime failure coming from a gradle plugin compiled against 6.22.0. This appears to be the result of a breaking ABI change. Since the library abides by semver, I suspect this is not intentional.

Caused by: java.lang.NoSuchMethodError: 'com.diffplug.gradle.spotless.KotlinExtension$KtfmtConfig com.diffplug.gradle.spotless.KotlinExtension.ktfmt(java.lang.String)'	
at slack.gradle.SlackBasePlugin$configureSpotless$1$spotlessFormatters$1$4.execute(SlackBasePlugin.kt:109)	
at slack.gradle.SlackBasePlugin$configureSpotless$1$spotlessFormatters$1$4.execute(SlackBasePlugin.kt:109)	
at com.diffplug.gradle.spotless.SpotlessExtensionPredeclare.lambda$new$0(SpotlessExtensionPredeclare.java:35)	
at com.diffplug.gradle.spotless.SpotlessExtensionPredeclare.lambda$new$1(SpotlessExtensionPredeclare.java:33)	
at org.gradle.internal.code.DefaultUserCodeApplicationContext$CurrentApplication$1.execute(DefaultUserCodeApplicationContext.java:122)	
at org.gradle.configuration.internal.DefaultListenerBuildOperationDecorator$BuildOperationEmittingAction$1.run(DefaultListenerBuildOperationDecorator.java:173)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions