1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Merge pull request #6440 from mcaserta/patch-1

Add required maven-publish plugin to examples
This commit is contained in:
Kevin Heis
2021-05-19 11:00:37 -07:00
committed by GitHub

View File

@@ -51,6 +51,11 @@ You can define a new Maven repository in the publishing block of your _build.gra
{% raw %}
```groovy{:copy}
plugins {
...
id 'maven-publish'
}
publishing {
...
@@ -114,6 +119,11 @@ For example, if your organization is named "octocat" and your repository is name
{% raw %}
```groovy{:copy}
plugins {
...
id 'maven-publish'
}
publishing {
...
@@ -173,6 +183,11 @@ If your organization is named "octocat" and your repository is named "hello-worl
{% raw %}
```groovy{:copy}
plugins {
...
id 'maven-publish'
}
publishing {
...