mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
[ci-skip] Clarification for compiling runnable jars
This commit is contained in:
@@ -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
|
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`.
|
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`.
|
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:
|
Special Thanks To:
|
||||||
|
|||||||
Reference in New Issue
Block a user