Skip to content

Commit 7d1859c

Browse files
committed
Code formatting for all commands
Closes gh-63
1 parent df0a2de commit 7d1859c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

commands/package-plugin.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ description: Packages the plugin into a JAR file
22
deprecated: true
33
minArguments: 0
44
usage: |
5-
package-plugin
5+
package-plugin
66
steps:
7-
- command: gradle
8-
tasks:
9-
- jar
7+
- command: gradle
8+
tasks:
9+
- jar

commands/publish-plugin.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ description: Publishes the plugin to the Maven Central repository
22
deprecated: true
33
minArguments: 0
44
usage: |
5-
publish-plugin
5+
publish-plugin
66
steps:
7-
- command: gradle
8-
tasks:
9-
- publish
7+
- command: gradle
8+
tasks:
9+
- publish

0 commit comments

Comments
 (0)