Skip to content

Commit

Permalink
Update build information in README.md
Browse files Browse the repository at this point in the history
After the project swtiched from gradle to maven, this commit updates the
README.md to reflect on the new build command 'mvn package'.
lynxplay committed Oct 1, 2019

Verified

This commit was signed with the committer’s verified signature.
vEnhance Evan Chen
1 parent e77158c commit 554514a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ Installation

The plugin is based on the maven build tools, so you can easily install it using
```bash
gradle build
mvn package
```
The final output jar will be located in the `target` folder.

0 comments on commit 554514a

Please sign in to comment.