Skip to content

Commit

Permalink
Bump com.vanniktech:gradle-maven-publish-plugin from 0.27.0 to 0.28.0 (
Browse files Browse the repository at this point in the history
…#241)

Bumps
[com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin)
from 0.27.0 to 0.28.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.28.0</h2>
<ul>
<li>Added support for publishing through the new <a
href="https://central.sonatype.com">Central Portal</a>. To use
this use the <code>CENTRAL_PORTAL</code> option when specifying the
Sonatype host.</li>
<li>For Kotlin Multiplatform the main plugin will now automatically
publish the
<code>release</code> variant if the project has an Android target and no
variant was explicitly
specified through the Kotlin Gradle DSL.</li>
<li>Support specifying the Android variants to publish in
<code>KotlinMultiplatform(...)</code>.</li>
<li>Updated minimum supported Gradle, Android Gradle Plugin and Kotlin
versions.</li>
<li>Removed support for the deprecated Kotlin/JS plugin.</li>
<li>Removed the deprecated <code>closeAndReleaseRepository</code> task.
Use <code>releaseRepository</code>, which
is functionally equivalent, instead.</li>
</ul>
<h4>Minimum supported versions</h4>
<ul>
<li>JDK 11</li>
<li>Gradle 8.1</li>
<li>Android Gradle Plugin 8.0.0</li>
<li>Kotlin Gradle Plugin 1.9.20</li>
</ul>
<h4>Compatibility tested up to</h4>
<ul>
<li>JDK 21</li>
<li>Gradle 8.6</li>
<li>Gradle 8.7-rc-3</li>
<li>Android Gradle Plugin 8.3.0</li>
<li>Android Gradle Plugin 8.4.0-alpha13</li>
<li>Kotlin Gradle Plugin 1.9.23</li>
<li>Kotlin Gradle Plugin 2.0.0-Beta4</li>
</ul>
<h4>Configuration cache status</h4>
<p>Configuration cache is generally supported, except for:</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.28.0 <em>(2024-03-12)</em></h2>
<ul>
<li>Added support for publishing through the new <a
href="https://central.sonatype.com">Central Portal</a>. To use
this use the <code>CENTRAL_PORTAL</code> option when specifying the
Sonatype host.</li>
<li>For Kotlin Multiplatform the main plugin will now automatically
publish the
<code>release</code> variant if the project has an Android target and no
variant was explicitly
specified through the Kotlin Gradle DSL.</li>
<li>Support specifying the Android variants to publish in
<code>KotlinMultiplatform(...)</code>.</li>
<li>Updated minimum supported Gradle, Android Gradle Plugin and Kotlin
versions.</li>
<li>Removed support for the deprecated Kotlin/JS plugin.</li>
<li>Removed the deprecated <code>closeAndReleaseRepository</code> task.
Use <code>releaseRepository</code>, which
is functionally equivalent, instead.</li>
</ul>
<h4>Minimum supported versions</h4>
<ul>
<li>JDK 11</li>
<li>Gradle 8.1</li>
<li>Android Gradle Plugin 8.0.0</li>
<li>Kotlin Gradle Plugin 1.9.20</li>
</ul>
<h4>Compatibility tested up to</h4>
<ul>
<li>JDK 21</li>
<li>Gradle 8.6</li>
<li>Gradle 8.7-rc-3</li>
<li>Android Gradle Plugin 8.3.0</li>
<li>Android Gradle Plugin 8.4.0-alpha13</li>
<li>Kotlin Gradle Plugin 1.9.23</li>
<li>Kotlin Gradle Plugin 2.0.0-Beta4</li>
</ul>
<h4>Configuration cache status</h4>
<p>Configuration cache is generally supported, except for:</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/2f72723d44f3ee2a38d21db52f1a51b73610a4c9"><code>2f72723</code></a>
update changelog for 0.28.0</li>
<li><a
href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/dd412fcad0a5c4d03b5b22eca18ec75f2dd2c02e"><code>dd412fc</code></a>
test Gradle 8.7-rc3 (<a
href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/737">#737</a>)</li>
<li><a
href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/c5019ea6dbdb4c8295fdcb159dec07f547680b4b"><code>c5019ea</code></a>
add release Android target by default for KMP (<a
href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/736">#736</a>)</li>
<li><a
href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/2ccf77cead56cdb03c717106639af124d0884d0a"><code>2ccf77c</code></a>
support publishing through central portal (<a
href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/733">#733</a>)</li>
<li><a
href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/e80a256ddaad2ddcd841d23a5406b072e50187f9"><code>e80a256</code></a>
remove closeAndReleaseRepository task (<a
href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/734">#734</a>)</li>
<li><a
href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/3d66614187f883234f6182b1de87c7cc4d6123ad"><code>3d66614</code></a>
update tested versions (<a
href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/735">#735</a>)</li>
<li><a
href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/e92141b0b4ff35e8bc62a48a52385b1a002da893"><code>e92141b</code></a>
chore(deps): update gradle/gradle-build-action action to v3 (<a
href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/732">#732</a>)</li>
<li><a
href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/b26744934c05c2e7a60fcc7c865e2d0a9681b3af"><code>b267449</code></a>
fix(deps): update truth to v1.4.2 (<a
href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/723">#723</a>)</li>
<li><a
href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/d241fd3aa76165b1fca65c5e27a043d91c231914"><code>d241fd3</code></a>
fix(deps): update dependency org.jetbrains.dokka:dokka-gradle-plugin to
v1.9....</li>
<li><a
href="https://github.com/vanniktech/gradle-maven-publish-plugin/commit/02a60a54ee1d2511161733fbedb9ca618636f873"><code>02a60a5</code></a>
chore(deps): update softprops/action-gh-release action to v2 (<a
href="https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/731">#731</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.27.0...0.28.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.27.0&new-version=0.28.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
dependabot[bot] committed Mar 18, 2024
1 parent 1876ca4 commit ba12901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dokka = "1.9.20"
junit = "4.13.2"
kotlin = "1.9.23"
kotlinpoet = "1.16.0"
mavenplugin = "0.27.0"
mavenplugin = "0.28.0"
moshi = "1.15.1"
okhttp = "4.12.0"
okio = "3.8.0"
Expand Down

0 comments on commit ba12901

Please sign in to comment.