You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,28 +94,23 @@ First, <u>clone</u> this repository. Do not download it.
94
94
Then run the following command in the root directory:
95
95
96
96
```
97
-
./gradlew applyPatches
97
+
./gradlew applyAllPatches
98
98
```
99
99
100
100
The project is now ready for use in your IDE.
101
101
102
102
#### Creating a patch
103
-
Patches are effectively just commits in either `Purpur-API` or `Purpur-Server`.
104
-
To create one, just add a commit to either repo and run `./gradlew rebuildPatches`, and a
105
-
patch will be placed in the patches folder. Modifying commits will also modify its
106
-
corresponding patch file.
107
-
108
-
See [CONTRIBUTING.md](CONTRIBUTING.md) for more detailed information.
109
103
104
+
See [CONTRIBUTING.md](CONTRIBUTING.md).
110
105
111
106
#### Compiling
112
107
113
108
Use the command `./gradlew build` to build the API and server. Compiled JARs
114
-
will be placed under `Purpur-API/build/libs` and `Purpur-Server/build/libs`.
109
+
will be placed under `purpur-api/build/libs` and `purpur-server/build/libs`.
115
110
**These JARs are not used to start a server.**
116
111
117
112
To compile a server-ready purpurclip jar, run `./gradlew createMojmapBundlerJar`.
118
-
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`.
113
+
To install the `purpur-api` and `purpur` dependencies to your local Maven repo, run `./gradlew publishToMavenLocal`. The compiled purpurclip jar will be in `purpur-server/build/libs`.
0 commit comments