7 lines
135 B
Markdown
7 lines
135 B
Markdown
# Build
|
|
|
|
linux: ./gradlew build
|
|
windows: .\gradlew build
|
|
|
|
the resulting file will be located at [repo root]/build/libs/mod-VERSION.jar
|