Skip to content

Conversation

aSemy
Copy link
Contributor

@aSemy aSemy commented Jul 20, 2024

  • Use withJavadocJar() for Gradle Plugin publishing.
  • Enable gradlePlugin.isAutomatedPublishing = true
  • Only require signing if releasing (helps with testing locally)

Also, tidy up Gradle plugin metadata.

Fix #4012 (hopefully!)

- Use `withJavadocJar()` for Gradle Plugin publishing.
- Enable `gradlePlugin.isAutomatedPublishing = true`
- Only require signing if releasing (helps with testing locally)

Also, tidy up Gradle plugin metadata.

#4012
@aSemy
Copy link
Contributor Author

aSemy commented Jul 20, 2024

I tested this locally by running gradle publishAllPublicationsToRootBuildDirRepository and checking ./build/maven-repo/. It seems to be correct, but I don't know exactly what Sonatype's 400 error message means.

@aSemy aSemy marked this pull request as ready for review July 20, 2024 09:32
@sksamuel sksamuel enabled auto-merge July 20, 2024 10:07
@sksamuel sksamuel added this pull request to the merge queue Jul 20, 2024
Merged via the queue into master with commit 5856e91 Jul 20, 2024
7 checks passed
@sksamuel sksamuel deleted the adam/fix/gradle-plugin-publishing branch July 20, 2024 10:33
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.

Kotest Gradle plugin is missing in snapshot publications
2 participants