Update README.md with correct build output folder

This commit is contained in:
Frank van der Heijden 2021-01-08 10:27:15 +01:00
parent 57da23cdc4
commit a972e9aee0
No known key found for this signature in database
GPG key ID: 26DA56488D314D11

View file

@ -42,11 +42,8 @@ For the full description of this plugin, please refer to the ServerUtils [Spigot
## How to run the project? ## How to run the project?
1. Make sure you have [gradle][gradleInstall] installed. 1. Make sure you have [gradle][gradleInstall] installed.
2. Run the project with `gradle build` to compile all submodules with dependencies. 2. Run the project with `gradle clean build` to compile all submodules with dependencies.
3. The platform specific plugins are located at 3. Afterwards, the platform specific plugins and platform independent compiled jars can be found in the `jars/` directory.
`<platform>/build/libs/ServerUtils-<platform>-<version>-all.jar`.
The global platform independent plugin which will run on all platforms can be found at
`build/libs/ServerUtils-<version>-all.jar`.
## Commands and Permissions ## Commands and Permissions
Please refer to the [SpigotMC][spigot] page for an updated overview of the commands and permissions. Please refer to the [SpigotMC][spigot] page for an updated overview of the commands and permissions.