diff --git a/Building.md b/Building.md new file mode 100644 index 0000000..e658ebc --- /dev/null +++ b/Building.md @@ -0,0 +1,10 @@ +# Prerequisites +- [JDK 8u202](https://mirrors.huaweicloud.com/java/jdk/8u202-b08) +- [Gradle](https://gradle.org/next-steps/?version=7.4.2&format=all) + +## Note about Gradle +If the command `gradle` is mentioned, use your operating system equivalent. (ex. on Windows use `gradlew`) + +# Building +1. Setup your Gradle environment by running `gradle` +2. Compile the server into a JAR with `gradle jar` (other build methods work too!) \ No newline at end of file