Bump gradle-maven-publish-plugin from 0.17.0 to 0.18.0 (#2882)

Summary:
Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.17.0 to 0.18.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/releases">gradle-maven-publish-plugin's releases</a>.</em></p>
<blockquote>
<h2>0.18.0</h2>
<p><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md#version-0180-2021-09-13">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md">gradle-maven-publish-plugin's changelog</a>.</em></p>
<blockquote>
<h2>Version 0.18.0 <em>(2021-09-13)</em></h2>
<ul>
<li>The minimum supported Kotlin version is now <code>1.4.30</code></li>
<li>It's now possible to specify <code>SONATYPE_HOST</code> as a Gradle property, e.g.
<ul>
<li><code>SONATYPE_HOST=S01</code> for <code>s01.sonatype.org</code></li>
<li><code>SONATYPE_HOST=</code> to not add any repository by default</li>
</ul>
</li>
<li>Fixed an issue when publishing Kotlin MPP projects with the base plugin</li>
<li>Removed checks for presence of properties that aren't used by this plugin anymore</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="14c1891667"><code>14c1891</code></a> Prepare for release 0.18.0.</li>
<li><a href="0ca6be6a9d"><code>0ca6be6</code></a> set name and description</li>
<li><a href="76c9342e78"><code>76c9342</code></a> Prepare next development version.</li>
<li><a href="1c8bfdad35"><code>1c8bfda</code></a> Prepare for release 0.18.0.</li>
<li><a href="0a60967cf2"><code>0a60967</code></a> remove workaround for pre Kotlin 1.4.30 MPP projects (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/302">#302</a>)</li>
<li><a href="41f86a6b4f"><code>41f86a6</code></a> update Gradle to 7.2</li>
<li><a href="874f214971"><code>874f214</code></a> Update .editorconfig rules (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/299">#299</a>)</li>
<li><a href="12ece01487"><code>12ece01</code></a> Bump setup-java actions to v2 (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/298">#298</a>)</li>
<li><a href="507709c474"><code>507709c</code></a> Add .gitattributes (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/295">https://github.com/facebook/flipper/issues/295</a>)</li>
<li><a href="b6406b32b9"><code>b6406b3</code></a> Disable publish action in forked repository. (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/294">https://github.com/facebook/flipper/issues/294</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.17.0...0.18.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.17.0&new-version=0.18.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 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>

Pull Request resolved: https://github.com/facebook/flipper/pull/2882

Reviewed By: mweststrate

Differential Revision: D31203909

Pulled By: passy

fbshipit-source-id: 0c8605d8fc37ec409df7a5e771ab71deec835e39
This commit is contained in:
dependabot[bot]
2021-09-27 05:46:07 -07:00
committed by Facebook GitHub Bot
parent 90c3a3fa80
commit 8ec91ac16c

View File

@@ -12,7 +12,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.2.2' classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.17.0' classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.5.30" classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.5.30"
} }