We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0a2de commit 7d1859cCopy full SHA for 7d1859c
2 files changed
commands/package-plugin.yml
@@ -2,8 +2,8 @@ description: Packages the plugin into a JAR file
2
deprecated: true
3
minArguments: 0
4
usage: |
5
- package-plugin
+ package-plugin
6
steps:
7
- - command: gradle
8
- tasks:
9
- - jar
+ - command: gradle
+ tasks:
+ - jar
commands/publish-plugin.yml
@@ -2,8 +2,8 @@ description: Publishes the plugin to the Maven Central repository
- publish-plugin
+ publish-plugin
- - publish
+ - publish
0 commit comments