| https://plugins.gradle.org/docs/publish-plugin - it implicitly uses a separate repo. Which is the concern. So effectively we either need to:
- break that module from the others in terms of publishing so that it can do its own publishing thing, or
- publish twice - once as part of the overall publishing of the entire project and again to the plugin portal repo.
|