[ci-skip] Clarification for compiling runnable jars

This commit is contained in:
Encode42
2022-10-21 19:45:05 -04:00
committed by GitHub
parent cf6b7c3459
commit e40b49855c

View File

@@ -112,8 +112,9 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more detailed information.
Use the command `./gradlew build` to build the API and server. Compiled JARs
will be placed under `Purpur-API/build/libs` and `Purpur-Server/build/libs`.
**These JARs are not used to start a server.**
To get a purpurclip jar, run `./gradlew createReobfPaperclipJar`.
To compile a server-ready purpurclip jar, run `./gradlew createReobfPaperclipJar`.
To install the `purpur-api` and `purpur` dependencies to your local Maven repo, run `./gradlew publishToMavenLocal`. The compiled purpurclip jar will be in `build/libs/` not `Purpur-Server/build/libs`.
Special Thanks To: