diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..cb4d29e --- /dev/null +++ b/build.bat @@ -0,0 +1,3 @@ +@echo off +call gradlew clean build +pause \ No newline at end of file diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..249c540 --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/sh +./gradlew clean build +read -p "Press any key to continue..." \ No newline at end of file