From 40ad489c566d2684922bca674ea6b66eba2f0d73 Mon Sep 17 00:00:00 2001 From: Luck Date: Sun, 12 Aug 2018 10:27:21 +0100 Subject: [PATCH] Update build instructions in the README file --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 912bdef18..e95b2b017 100644 --- a/README.md +++ b/README.md @@ -14,21 +14,20 @@ The latest **downloads** can be found on the [project's homepage](https://luckpe More information about the project & how to use the plugin can be found in the [wiki](https://github.com/lucko/LuckPerms/wiki). ## Building -LuckPerms uses Maven to handle dependencies. +LuckPerms uses Gradle to handle dependencies & building. #### Requirements * Java 8 JDK or newer -* Maven 3.3.x or newer (the older versions will not work.) * Git #### Compiling from source ```sh git clone https://github.com/lucko/LuckPerms.git cd LuckPerms/ -mvn clean package +./gradlew build ``` -You can find the output jars in the `target` directories. +You can find the output jars in the `build/libs` directories. ## Contributing #### Pull Requests