This message was deleted.
# plugin-development
s
This message was deleted.
👀 1
🎉 4
m
Are there any kind of migration instruction from previous versions? Trying it out I get
Copy code
Cannot add task 'signPluginMavenPublication' as a task with that name already exists.
j
signPluginMavenPublication
is the name of the signing task defined by the signing plugin when you instruct it to sign a publication named `pluginMaven`; since this new version of the Plugin-Publish plugin does all this automatically, if you have the signing plugin applied, I suspect that your build also does it explicitly; you would need to remove that; pls. provide a reproducer, if this doesn’t help
👍 1
and indeed, migration guide starts to sound like “why didn’t we think of that”…
m
The "auto-configuration" might be an issue for me as I share the signing configuration between regular modules and plugin modules
j
FYI we are thinking about ways to best address this problem (ie. we aren’t ignoring you)
❤️ 1
m
Thanks for the update 🙂 . No problem at all!
Let me know if I can help. The project I was testing the rc-2 with is this one
(uses in-memory GPG keys. I have this setup in a lot of other projects to easily pull the keys from Github Actions)
j
fyi. fix merged in, will be in the next released version
🎉 1
thanks for the valuable feedback!
m
Woohoo, thanks !
That just got me thinking. Is the code for the Plugin-Publish open source ?
I can find the commit that bumps the version in Gradle but looks like the code is somewhere else?
j
yes, the plugin code is in a private repo, unfortunately
m
Gotcha!
j
hopefully will be public in the future
🤞 1
👍 1
l
FYI RC3 with the fix is out, please give it a try.
👀 1