mirror of
https://github.com/PaperMC/Waterfall.git
synced 2025-01-01 05:27:47 +01:00
5 lines
95 B
Bash
5 lines
95 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
./prepareBuild.sh && pushd Travertine-Proxy && mvn clean package && popd
|
||
|
|