Files
ShadowNetReal a8b90368f8
Build Client / build (push) Canceled after 0s
Initial Commit
2026-09-10 17:55:42 -04:00

4 lines
65 B
Bash

if ! [ -f "gradlew" ]; then
gradle wrapper
fi;
chmod +x gradlew