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

chore(deps): update dependency com.vanniktech.maven.publish to v0.30.0 #241

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.vanniktech.maven.publish 0.28.0 -> 0.30.0 age adoption passing confidence

Release Notes

vanniktech/gradle-maven-publish-plugin (com.vanniktech.maven.publish)

v0.30.0

Compare Source

  • Add support for Dokka 2.0.0-Beta
    • Supports org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
    • Supports both org.jetbrains.dokka and org.jetbrains.dokka-javadoc
    • If both are applied the javadoc output is published
    • Removed support for the old org.jetbrains.dokka-android plugin
  • Support custom Sonatype hosts by providing a https url in SONATYPE_HOST Gradle property
  • Remove usages of deprecated Gradle API that is scheduled to be removed in Gradle 9.0
  • Raised minimum supported Gradle version
  • Improve naming of javadoc jars
Minimum supported versions
  • JDK 11
  • Gradle 8.5
  • Android Gradle Plugin 8.0.0
  • Kotlin Gradle Plugin 1.9.20
Compatibility tested up to
  • JDK 23
  • Gradle 8.10.2
  • Android Gradle Plugin 8.7.0
  • Android Gradle Plugin 8.8.0-alpha05
  • Kotlin Gradle Plugin 2.0.20
  • Kotlin Gradle Plugin 2.1.0-Beta1
Configuration cache status

Configuration cache is generally supported, except for:

  • Publishing releases to Maven Central (snapshots are fine), blocked by Gradle issue #​22779.
  • When using Dokka 1.x or Dokka 2.x without V2Enabled

v0.29.0

Compare Source

  • Added configureBasedOnAppliedPlugins(sourcesJar: Boolean, javadocJar: Boolean)
    overload that allows disabling sources and javadoc jars without having to use
    the more granular Platform APIs.
  • For Java library and Kotlin/JVM projects the Gradle module metadata now properly
    includes the sources jar.
  • When running on Gradle 8.8 or newer the pom configuration is not applied in
    afterEvaluate anymore, making manual overrides easier.
  • Fix potential issue with the javadoc jar tasks that can cause Gradle to disable
    optimizations.
  • When staging profiles can't be loaded the status code of the response is added
    to the error message.
Minimum supported versions
  • JDK 11
  • Gradle 8.1
  • Android Gradle Plugin 8.0.0
  • Kotlin Gradle Plugin 1.9.20
Compatibility tested up to
  • JDK 21
  • Gradle 8.8
  • Android Gradle Plugin 8.5.0
  • Android Gradle Plugin 8.6.0-alpha06
  • Kotlin Gradle Plugin 2.0.0
  • Kotlin Gradle Plugin 2.0.20-Beta1
Configuration cache status

Configuration cache is generally supported, except for:

  • Publishing releases to Maven Central (snapshots are fine), blocked by Gradle issue #​22779.
  • Dokka does not support configuration cache

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/mavenpublish branch from 820619d to 536a9e6 Compare June 24, 2024 23:18
@renovate renovate bot force-pushed the renovate/mavenpublish branch 3 times, most recently from 9d18e03 to de4b341 Compare July 14, 2024 14:19
@renovate renovate bot force-pushed the renovate/mavenpublish branch 2 times, most recently from 8010158 to 9761e59 Compare July 23, 2024 09:41
@renovate renovate bot force-pushed the renovate/mavenpublish branch 2 times, most recently from 88219b4 to 313825d Compare August 8, 2024 01:06
@renovate renovate bot force-pushed the renovate/mavenpublish branch 3 times, most recently from 9acdc51 to 9763420 Compare August 19, 2024 12:27
@renovate renovate bot force-pushed the renovate/mavenpublish branch from 9763420 to aec54e7 Compare August 23, 2024 11:39
@renovate renovate bot force-pushed the renovate/mavenpublish branch 2 times, most recently from 2b163a5 to fe3630d Compare August 31, 2024 23:03
@renovate renovate bot force-pushed the renovate/mavenpublish branch 4 times, most recently from 5c6451a to 443f7b8 Compare September 16, 2024 14:27
@renovate renovate bot force-pushed the renovate/mavenpublish branch 5 times, most recently from 1126240 to 0e395b7 Compare September 24, 2024 00:19
@renovate renovate bot force-pushed the renovate/mavenpublish branch 3 times, most recently from fb57864 to 494eaef Compare October 2, 2024 07:24
@renovate renovate bot force-pushed the renovate/mavenpublish branch 4 times, most recently from f628a24 to 3733e5b Compare October 11, 2024 01:25
@renovate renovate bot changed the title chore(deps): update dependency com.vanniktech.maven.publish to v0.29.0 chore(deps): update dependency com.vanniktech.maven.publish to v0.30.0 Oct 13, 2024
@renovate renovate bot force-pushed the renovate/mavenpublish branch 4 times, most recently from 6911181 to 5a73437 Compare October 20, 2024 09:05
@renovate renovate bot force-pushed the renovate/mavenpublish branch 2 times, most recently from efeb4d7 to 06a5dae Compare October 31, 2024 13:44
@renovate renovate bot force-pushed the renovate/mavenpublish branch 2 times, most recently from 87b2c52 to 5fb017b Compare November 11, 2024 18:29
@renovate renovate bot force-pushed the renovate/mavenpublish branch 2 times, most recently from b81e036 to 42b91ff Compare November 20, 2024 22:28
@renovate renovate bot force-pushed the renovate/mavenpublish branch from 42b91ff to d2bf936 Compare November 25, 2024 12:22
@MSDarwish2000 MSDarwish2000 merged commit 00833ef into main Nov 25, 2024
4 checks passed
@MSDarwish2000 MSDarwish2000 deleted the renovate/mavenpublish branch November 25, 2024 13:17
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.

1 participant