-
Notifications
You must be signed in to change notification settings - Fork 0
Force publishing #140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force publishing #140
Conversation
when (name) { | ||
"fatJar" -> { | ||
// Avoid the conflict with the `pluginMaven` publication. | ||
artifactId = "jvm-tool-all-plugins" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@armiol, have a look at this fix. I've made it after your PR approval. If you're OK with the name, I'll merge then.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. It's getting late and I've added more fixes as I'm applying it to the Compiler. I'll merge it then.
If you do have a concern regarding this my suggestion as to the naming fat JARs of the plugin bundles, we'll discuss it tomorrow.
This PR bumps Gradle ->
8.14.2
and increments the version so that we can force publishing which failed for the previous PR.Fixes
WriteArtifactMeta
when collecting from a project configurations.mavenPlugin
publication.sourcesJar
task onwriteArtifactMeta
.