binary-compatibility-validator icon indicating copy to clipboard operation
binary-compatibility-validator copied to clipboard

Provide a plugin ID that complies with modern Gradle conventions

Open JakeWharton opened this issue 1 year ago • 0 comments

Per https://docs.gradle.org/current/userguide/custom_plugins.html#sec:creating_a_plugin_id

Plugin ids are fully qualified in a manner similar to Java packages (i.e. a reverse domain name). This helps to avoid collisions and provides a way to group plugins with similar ownership.

Please provide a plugin ID in this form. The old one can remain as an alias or undergo a deprecation cycle.

I would assume given the Maven coordinates that it should be org.jetbrains.kotlinx.binary-compatibility-validator.

JakeWharton avatar Jan 16 '24 16:01 JakeWharton