3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00
Dieser Commit ist enthalten in:
Andrew Steinborn 2018-07-31 15:48:52 -04:00
Ursprung 25d13b2cc4
Commit f9fd58eea5

Datei anzeigen

@ -14,6 +14,13 @@ designed specifically with mass-scale Minecraft in mind.
* First-class support for Paper, Sponge, and Forge. (Other implementations
may work, but we make every endeavor to support these server implementations
specifically.)
## Building
Velocity is built with [Gradle](https://gradle.org). We recommend using the
wrapper script (`./gradlew`) as our CI builds using it.
It is sufficient to run `./gradlew build` to run the full build cycle.
## Status