Skip to content

Commit

Permalink
Update README.md to reflect gradle build steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxplay authored Dec 22, 2022
1 parent f87ee8c commit 59424a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ A hoggyback-like plugin for spigot.
Installation
=

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

Commands
===
Expand Down

0 comments on commit 59424a2

Please sign in to comment.