From 1ec8641c1f002f448b527e31cc679c480f3942b8 Mon Sep 17 00:00:00 2001 From: Alex <40795980+AlexProgrammerDE@users.noreply.github.com> Date: Sat, 4 May 2024 07:05:51 +0200 Subject: [PATCH] Update README.md (#805) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59de2f31..271e43fa 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ You can find the Javadocs for MCProtocolLib [on opencollab](https://ci.opencolla ## Building the Source -MCProtocolLib uses Maven to manage dependencies. To build the source code, run `mvn clean install` in the project root directory. +MCProtocolLib uses Gradle to manage dependencies. To build the source code, run `./gradlew clean build` in the project root directory. ## Support and Development @@ -93,4 +93,4 @@ Please join [the GeyserMC Discord server](https://discord.gg/geysermc) and visit ## License -MCProtocolLib is licensed under the **[MIT license](https://opensource.org/license/mit/)**. +MCProtocolLib is licensed under the **[MIT license](https://opensource.org/license/mit)**.