Skip to content

Commit 6313ab5

Browse files
committed
Update README.md
1 parent b622b6f commit 6313ab5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,16 @@ Run next command after [build and publish the plugin locally](#how-to-build-and-
262262

263263
> Related [guide](https://nemerosa.ghost.io/2015/07/01/publishing-to-the-maven-central-using-gradle/).
264264
265+
## How to release the plugin to Gradle plugin portal
266+
267+
Run next command after [build and publish the plugin locally](#how-to-build-and-install-the-plugin) (ommit `./` on Windows):
268+
269+
```bash
270+
./gradlew publishPlugins
271+
```
272+
273+
> Related [guide](https://plugins.gradle.org/docs/submit).
274+
265275
## Future features
266276

267277
Check the [TO-DO list](https://github.com/fvarrui/JavaPackager/projects/1#column-7704117) to know the features we plan to add to JavaPackager.

0 commit comments

Comments
 (0)