File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
267277Check the [ TO-DO list] ( https://github.com/fvarrui/JavaPackager/projects/1#column-7704117 ) to know the features we plan to add to JavaPackager.
You can’t perform that action at this time.
0 commit comments