Debugging gradle plugin submissions

Hello,

I’ve written a Gradle plugin and I managed to get it submitted to the Gradle plugin registry once. Subsequently, I tinkered (trying to figure out how to install it locally, I think), and now my attempts to submit an update are rejected. Apparently, I’ve done something to change the group id.

The tinker, submit, get rejected cycle takes a few days and is probably annoying to the folks managing the plugin portal.

Can I get the com.gradle.plugin-publish plugin to save the artifacts it would have submitted without actually submitting them? Then I can inspect and tinker until I figure out what I broke.