This message was deleted.
# plugin-development
s
This message was deleted.
t
It probably depends which version of the
com.gradle.plugin-publish
plugin you're using, as things changed in 1.0.0, and how you configured the POM/publication for publication to Central.
(ok, in this case, how Jetbrains configured them for Dokka)
But given that the
plugin-publish
is closed source, it's quite hard to investigate
t
IIUC, prior to version 1.0.0 you couldn't customize the POM published to the plugin portal.
👀 1
t
you can do it, but it requires Shenanigans
m
Looks like I needed to set the excludes on dependencies themselves, not configurations: https://github.com/Kotlin/dokka/pull/2570