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.maven.publish.base from 0.22.0 to 0.25.3 (#161)
Bumps [com.vanniktech.maven.publish.base](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.22.0 to 0.25.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/releases">com.vanniktech.maven.publish.base's releases</a>.</em></p> <blockquote> <h2>0.25.3</h2> <ul> <li>Gradle 8.2: Fix error for projects that use the <code>java-test-fixtures</code> plugin.</li> <li>Fix issue for Kotlin Multiplatform projects when running tests and having signing enabled.</li> </ul> <h2>0.25.2</h2> <ul> <li>Fix javadoc jar being empty when using dokka.</li> </ul> <h2>0.25.1</h2> <ul> <li>Fix snapshot publishing being broken.</li> </ul> <h2>0.25.0</h2> <ul> <li>The <code>createStagingRepository</code> task now uses the worker API which allows the project to built in parallel to the creation of the staging repository.</li> <li>Fix incompatibility with Kotlin 1.8.20-Beta for Kotlin/JS projects. The Kotlin/JS plugin is now taking care of creating the sources jar on its own. Because of this the base plugin won't allow disabling sources jar creation for Kotlin/JS projects anymore starting with 1.8.20. The <code>KotlinJs</code> constructor with a <code>sourcesJar</code> parameter has been deprecated.</li> <li>Fix incompatibility with Gradle 8.1 for <code>java-test-fixtures</code> projects</li> <li>Fix incompatibility with <code>com.gradle.plugin-publish</code> 1.0.0 and 1.1.0</li> <li>New minimum supported versions: <ul> <li>Gradle 7.4</li> <li>Android Gradle Plugin 7.3.0</li> <li>Kotlin Gradle Plugin 1.7.0</li> <li><code>com.gradle.plugin-publish</code> 1.0.0</li> </ul> </li> <li>Note: Starting with Kotlin 1.8.20-Beta the <code>common</code> sources jar for multiplatform projects will only contain the sources of the common source set instead of containing the sources from all source sets.</li> </ul> <h4>Configuration cache status</h4> <p>Configuration cache is supported starting with <strong>Gradle 7.6+</strong> except for:</p> <ul> <li>Builds with enabled signing, will be resolved in Gradle 8.1.</li> <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>Kotlin Multiplatform projects, blocked by <a href="https://youtrack.jetbrains.com/issue/KT-49933">KT-49933</a>.</li> </ul> <h2>0.24.0</h2> <ul> <li>Support arbitrary Sonatype hosts instead of just oss.sonatype.org and s01.oss.sonatype.org.</li> <li>Support adjusting timeouts for Sonatype related requests and operations. <a href="https://vanniktech.github.io/gradle-maven-publish-plugin/central/#timeouts">See docs</a></li> <li>Internal change on how the sources jar is created.</li> </ul> <h2>0.23.2</h2> <ul> <li>Fix signing when using Gradle 8.0.</li> <li>Finding a matching staging profile in Sonatype is more lenient. If there is just one that one will always be used. The plugin will also fallback to any staging profile that has a matching prefix with the group id.</li> <li>As a workaround for an issue in Gradle that causes invalid module metadata for <code>java-test-fixtures</code> projects, <code>project.group</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.maven.publish.base's changelog</a>.</em></p> <blockquote> <h2>0.25.3 <em>(2023-07-01)</em></h2> <ul> <li>Gradle 8.2: Fix error for projects that use the <code>java-test-fixtures</code> plugin.</li> <li>Fix issue for Kotlin Multiplatform projects when running tests and having signing enabled.</li> </ul> <h2>0.25.2 <em>(2023-04-16)</em></h2> <ul> <li>Fix javadoc jar being empty when using dokka.</li> </ul> <h2>0.25.1 <em>(2023-03-24)</em></h2> <ul> <li>Fix snapshot publishing being broken.</li> </ul> <h2>0.25.0 <em>(2023-03-23)</em></h2> <ul> <li>The <code>createStagingRepository</code> task now uses the worker API which allows the project to built in parallel to the creation of the staging repository.</li> <li>Fix incompatibility with Kotlin 1.8.20-Beta for Kotlin/JS projects. The Kotlin/JS plugin is now taking care of creating the sources jar on its own. Because of this the base plugin won't allow disabling sources jar creation for Kotlin/JS projects anymore starting with 1.8.20. The <code>KotlinJs</code> constructor with a <code>sourcesJar</code> parameter has been deprecated.</li> <li>Fix incompatibility with Gradle 8.1 for <code>java-test-fixtures</code> projects</li> <li>Fix incompatibility with <code>com.gradle.plugin-publish</code> 1.0.0 and 1.1.0</li> <li>New minimum supported versions: <ul> <li>Gradle 7.4</li> <li>Android Gradle Plugin 7.3.0</li> <li>Kotlin Gradle Plugin 1.7.0</li> <li><code>com.gradle.plugin-publish</code> 1.0.0</li> </ul> </li> <li>Note: Starting with Kotlin 1.8.20-Beta the <code>common</code> sources jar for multiplatform projects will only contain the sources of the common source set instead of containing the sources from all source sets.</li> </ul> <h4>Configuration cache status</h4> <p>Configuration cache is supported starting with <strong>Gradle 7.6+</strong> except for:</p> <ul> <li>Builds with enabled signing, will be resolved in Gradle 8.1.</li> <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>Kotlin Multiplatform projects, blocked by <a href="https://youtrack.jetbrains.com/issue/KT-49933">KT-49933</a>.</li> </ul> <h2>0.24.0 <em>(2023-01-29)</em></h2> <ul> <li>Support arbitrary Sonatype hosts instead of just oss.sonatype.org and s01.oss.sonatype.org.</li> <li>Support adjusting timeouts for Sonatype related requests and operations. <a href="https://vanniktech.github.io/gradle-maven-publish-plugin/central/#timeouts">See docs</a></li> <li>Internal change on how the sources jar is created.</li> </ul> <h2>0.23.2 <em>(2023-01-17)</em></h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/cfd2a0d6a37304cfd90b2631d188e76dd0dccbae"><code>cfd2a0d</code></a> Update to 0.25.3-rc1</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/b75655dc306913344fdf5f54f6e33def6ab4a333"><code>b75655d</code></a> Changelog for 0.25.3</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/4c2092a043daf74c392df861b028a5997ae4831c"><code>4c2092a</code></a> Update dependency gradle to v8.2 (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/596">#596</a>)</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/fb1f6204525948745dcbfb50bf98843a2cae2c4f"><code>fb1f620</code></a> Update dependency org.apache.maven:maven-model to v3.9.3 (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/595">#595</a>)</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/b1e3fc62dde9dc30c562cb3824d48f23cd28d395"><code>b1e3fc6</code></a> Update dependency org.jlleitschuh.gradle:ktlint-gradle to v11.4.2 (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/593">#593</a>)</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/4c1015990524fbedd49d0d6f7660910bbe6cefb9"><code>4c10159</code></a> Update tested versions (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/592">#592</a>)</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/0e0df29b04d0038c7fbc6713675b6d9a0fd2a8ce"><code>0e0df29</code></a> Update truth to v1.1.5 (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/586">#586</a>)</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/6d7a9e851618f4f0d7fba11c24ceeb82b5d7349b"><code>6d7a9e8</code></a> Update dependency org.jlleitschuh.gradle:ktlint-gradle to v11.4.1 (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/588">#588</a>)</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/310063372827703c7191c64b7a84994d417efb5b"><code>3100633</code></a> Update kotlin monorepo to v1.8.22 (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/589">#589</a>)</li> <li><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/6f1f04b6f6cab88d3a899f69e56cc4746685f855"><code>6f1f04b</code></a> Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.8.20 (<a href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/587">#587</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.22.0...0.25.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.vanniktech.maven.publish.base&package-manager=gradle&previous-version=0.22.0&new-version=0.25.3)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information