From e40b49855c3e2c9859929e5cabfb418909010871 Mon Sep 17 00:00:00 2001 From: Encode42 Date: Fri, 21 Oct 2022 19:45:05 -0400 Subject: [PATCH] [ci-skip] Clarification for compiling runnable jars --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f34e00bd8..5da3feda2 100644 --- a/README.md +++ b/README.md @@ -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: