Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump com.vanniktech:gradle-maven-publish-plugin from 0.25.3 to 0.26.0 (…
…#76) Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.3 to 0.26.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/releases">com.vanniktech:gradle-maven-publish-plugin's releases</a>.</em></p> <blockquote> <h2>0.26.0</h2> <ul> <li>It's now supported to call <code>configure(Platform)</code> from the main plugin to modify what is getting published. <a href="https://vanniktech.github.io/gradle-maven-publish-plugin/what/">Check out the docs for more details</a></li> <li>The base plugin now has a <code>configureBasedOnAppliedPlugins</code> DSL method to allow applying the default <code>configure</code> logic of the main plugin.</li> <li>Calling <code>configure(Platform)</code> now validates that the required plugins are applied (e.g. Android Gradle Plugin for Android projects).</li> <li>It's now possible to disable source publishing for KMP projects.</li> <li>Fixed an issue which would cause the javadoc jar task to be registered multiple times for Gradle plugin projects with more than one publication. Thanks to <a href="https://github.com/autonomousapps"><code>@autonomousapps</code></a> for the fix.</li> <li>Publishing Kotlin/JS projects has been deprecated and will be removed in the next release, because the Kotlin/JS plugin has been deprecated.</li> <li>The internal task to create a javadoc jar for certain project types has been renamed from <code>simpleJavadocJar</code> to <code>plainJavadocJar</code>. Thanks to <a href="https://github.com/sschuberth"><code>@sschuberth</code></a>.</li> </ul> <h4>Minimum supported versions</h4> <ul> <li>JDK 11</li> <li>Gradle 7.6</li> <li>Android Gradle Plugin 7.4.0</li> <li>Kotlin Gradle Plugin 1.8.20</li> </ul> <h4>Compatibility tested up to</h4> <ul> <li>JDK 21</li> <li>Gradle 8.5</li> <li>Android Gradle Plugin 8.2.0</li> <li>Android Gradle Plugin 8.3.0-alpha17</li> <li>Kotlin Gradle Plugin 1.9.21</li> <li>Kotlin Gradle Plugin 2.0.0-Beta1</li> </ul> <h4>Configuration cache status</h4> <p>When using <strong>Gradle 8.1</strong> or newer configuration cache is generally supported.</p> <p>Exceptions to that are:</p> <ul> <li>Publishing releases to Maven Central (snapshots are fine), blocked by [Gradle issue <a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/22779">#22779</a>](<a href="https://redirect.github.com/gradle/gradle/issues/22779">gradle/gradle#22779</a>).</li> <li>Dokka does not support configuration cache</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md">com.vanniktech:gradle-maven-publish-plugin's changelog</a>.</em></p> <blockquote> <h2>0.26.0 <em>(2023-12-19)</em></h2> <ul> <li>It's now supported to call <code>configure(Platform)</code> from the main plugin to modify what is getting published. <a href="https://vanniktech.github.io/gradle-maven-publish-plugin/what/">Check out the docs for more details</a></li> <li>The base plugin now has a <code>configureBasedOnAppliedPlugins</code> DSL method to allow applying the default <code>configure</code> logic of the main plugin.</li> <li>Calling <code>configure(Platform)</code> now validates that the required plugins are applied (e.g. Android Gradle Plugin for Android projects).</li> <li>It's now possible to disable source publishing for KMP projects.</li> <li>Fixed an issue which would cause the javadoc jar task to be registered multiple times for Gradle plugin projects with more than one publication. Thanks to <a href="https://github.com/autonomousapps"><code>@autonomousapps</code></a> for the fix.</li> <li>Publishing Kotlin/JS projects has been deprecated and will be removed in the next release, because the Kotlin/JS plugin has been deprecated.</li> <li>The internal task to create a javadoc jar for certain project types has been renamed from <code>simpleJavadocJar</code> to <code>plainJavadocJar</code>. Thanks to <a href="https://github.com/sschuberth"><code>@sschuberth</code></a>.</li> </ul> <h4>Minimum supported versions</h4> <ul> <li>JDK 11</li> <li>Gradle 7.6</li> <li>Android Gradle Plugin 7.4.0</li> <li>Kotlin Gradle Plugin 1.8.20</li> </ul> <h4>Compatibility tested up to</h4> <ul> <li>JDK 21</li> <li>Gradle 8.5</li> <li>Android Gradle Plugin 8.2.0</li> <li>Android Gradle Plugin 8.3.0-alpha17</li> <li>Kotlin Gradle Plugin 1.9.21</li> <li>Kotlin Gradle Plugin 2.0.0-Beta1</li> </ul> <h4>Configuration cache status</h4> <p>When using <strong>Gradle 8.1</strong> or newer configuration cache is generally supported.</p> <p>Exceptions to that are:</p> <ul> <li>Publishing releases to Maven Central (snapshots are fine), blocked by [Gradle issue <a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/22779">#22779</a>](<a href="https://redirect.github.com/gradle/gradle/issues/22779">gradle/gradle#22779</a>).</li> <li>Dokka does not support configuration cache</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/3da88b6a4fef345f963a28e4f11d4dea0a1964be"><code>3da88b6</code></a> Update to 0.26.0-rc1</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/e8fe14d01739c0ec57e065017f07d892e69ce04e"><code>e8fe14d</code></a> update changelog</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/75abe99b22ea63d300d950594da366193bbede68"><code>75abe99</code></a> fix classpath issue</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/b308d56606a6fec92426d58aff7b0b83ab3f56a1"><code>b308d56</code></a> fix(deps): update dependency org.jlleitschuh.gradle:ktlint-gradle to v12 (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/668">#668</a>)</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/7d3972c97371cb6f1cf605a73f61d25fda988106"><code>7d3972c</code></a> chore(deps): update plugin buildconfig to v5 (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/684">#684</a>)</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/4f57d1c842e99d1a8b29354cf6c8e839d4e60de3"><code>4f57d1c</code></a> chore(deps): update plugin com.gradle.enterprise to v3.16.1 (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/683">#683</a>)</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/7bdff75b268a59e0dbea48095cb2f7bff2dc675b"><code>7bdff75</code></a> changelog for 0.26.0 (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/681">#681</a>)</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/0b43d7f742f15030d1041db0db689d5182acdacf"><code>0b43d7f</code></a> make it possible to use configure with the main plugin (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/680">#680</a>)</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/6719275cd88bc5e3f9fc2e5ddb583cf30ef50960"><code>6719275</code></a> updated tested versions (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/679">#679</a>)</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/32e971ae492e7717ed3b7b1b2ef3dd6b4943e9f7"><code>32e971a</code></a> fix: resolve issue with attempting to register a task by the same name more t...</li> <li>Additional commits viewable in <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.25.3...0.26.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.vanniktech:gradle-maven-publish-plugin&package-manager=gradle&previous-version=0.25.3&new-version=0.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information