
Remembered that powershell can interpret /'s and that other unix-like OS's existed
Build
unix-like and windows (Powershell): ./gradlew build windows (CMD.exe): .\gradlew build
the resulting file will be located at [repo root]/build/libs/mod-VERSION.jar
Description
Languages
Java
100%