Skip to content

Build FastCraft

Ben Woodworth edited this page May 4, 2020 · 1 revision

Requirements

  • Java JDK 8
  • Git

Clone the repo

git clone https://github.com/BenWoodworth/FastCraft.git
cd FastCraft

Choose a FastCraft Version

List available versions:

git tag --sort=-v:refname --column

Replace <VERSION> with the desired version:

git checkout tags/<VERSION>

Build

OS Command
Linux / macOS ./gradlew clean build
Windows gradlew.bat clean build

Output

The newly built plugin jar will be in the build/libs/ folder.

Clone this wiki locally