-
Notifications
You must be signed in to change notification settings - Fork 18
Build FastCraft
Ben Woodworth edited this page May 4, 2020
·
1 revision
- Java JDK 8
- Git
git clone https://github.com/BenWoodworth/FastCraft.git
cd FastCraft
List available versions:
git tag --sort=-v:refname --column
Replace <VERSION> with the desired version:
git checkout tags/<VERSION>
| OS | Command |
|---|---|
| Linux / macOS | ./gradlew clean build |
| Windows | gradlew.bat clean build |
The newly built plugin jar will be in the build/libs/ folder.
Getting Started
Usage
Development
External Links