Skip to content

Checkout

Querz edited this page Nov 29, 2021 · 1 revision

To checkout master:

git clone https://github.com/Querz/mcaselector.git

To build a standalone jar file on Mac OS or Linux using the Gradle Wrapper, run

./gradlew build

On Windows, run

gradlew.bat build

The resulting jar files can be found in build/libs/.