88fa85fc1f
In Gradle, a publication's Maven coordinates are by default derived from the project. Setting them explicitly breaks the link, and the coordinates are no more updated when the project's group and version change. Setting the coordinates in our code breaks with Gradle Kotlin DSL, where the plugin is applied before the build script can even update the project's group and version -- our code could set empty values, which would update no more. Not setting them helps: the values are still delegated to the project.