mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 21:29:47 +01:00
Update build instructions in the README file
This commit is contained in:
parent
56c55d71fe
commit
40ad489c56
@ -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).
|
More information about the project & how to use the plugin can be found in the [wiki](https://github.com/lucko/LuckPerms/wiki).
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
LuckPerms uses Maven to handle dependencies.
|
LuckPerms uses Gradle to handle dependencies & building.
|
||||||
|
|
||||||
#### Requirements
|
#### Requirements
|
||||||
* Java 8 JDK or newer
|
* Java 8 JDK or newer
|
||||||
* Maven 3.3.x or newer (the older versions will not work.)
|
|
||||||
* Git
|
* Git
|
||||||
|
|
||||||
#### Compiling from source
|
#### Compiling from source
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/lucko/LuckPerms.git
|
git clone https://github.com/lucko/LuckPerms.git
|
||||||
cd LuckPerms/
|
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
|
## Contributing
|
||||||
#### Pull Requests
|
#### Pull Requests
|
||||||
|
Loading…
Reference in New Issue
Block a user