Skip to content
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

Update com.gradle.plugin-publish 1.2.0 #2919

Closed
wants to merge 14 commits into from

Conversation

Goooler
Copy link
Contributor

@Goooler Goooler commented Mar 13, 2023

No description provided.

@Goooler
Copy link
Contributor Author

Goooler commented Mar 13, 2023

Execution failed for task ':runners:gradle-plugin:publishPluginMavenPublicationToMavenLocal'.
> Failed to publish publication 'pluginMaven' to repository 'mavenLocal'
   > Invalid publication 'pluginMaven': multiple artifacts with the identical extension and classifier ('jar', 'javadoc').


mavenCoordinates {
groupId = "org.jetbrains.dokka"
artifactId = "dokka-gradle-plugin"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not very sure how to configure artifactId.

runners/gradle-plugin/build.gradle.kts Outdated Show resolved Hide resolved
@IgnatBeresnev IgnatBeresnev self-requested a review March 27, 2023 19:25
@Goooler Goooler changed the title Update com.gradle.plugin-publish 1.1.0 Update com.gradle.plugin-publish 1.2.0 Apr 13, 2023
@IgnatBeresnev
Copy link
Member

IgnatBeresnev commented Apr 17, 2023

It looks like the update broke the publication, but I'm not sure why...

See Build example projects and publish them to GitHub Actions Artifacts, it runs integration tests under the hood, so it needs to pass

> Failed to publish publication 'dokkaGradlePluginForIntegrationTests' to repository 'mavenLocal'
   > Invalid publication 'dokkaGradlePluginForIntegrationTests': multiple artifacts with the identical extension and classifier ('jar', 'javadoc').

upd: oh, you've already noticed it, sorry. Yeah, I'm not sure what to do about it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants