This repository has been archived on 2025-03-13. You can view files and clone it, but cannot push or open issues or pull requests.

6 lines
119 B
Bash
Executable File

if [ `whoami` = "robertvokac" ]; then
export JAVA_HOME=/home/robertvokac/Desktop/jdk-17.0.2/
fi
./gradlew build $1