main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
Showing only changes of commit 93b4031f07 - Show all commits

View file

@ -34,7 +34,7 @@ if [ "$choice" = "y" ]; then
if [ "$choice" = "y" ]; then
read -p "$(echo -e ${FIRST_TIME_Q})" choice
if [ "$choice" = "y" ]; then
echo -e "${IMPREGNATING}}"
echo -e "${IMPREGNATING}"
cd backend
mkdir build
mkdir build/libs
@ -64,7 +64,7 @@ elif [ "$choice" = "n" ]; then
if [ "$choice" = "y" ]; then
read -p "$(echo -e ${FIRST_TIME_Q})" choice
if [ "$choice" = "y" ]; then
echo -e "${IMPREGNATING}}"
echo -e "${IMPREGNATING}"
cd backend
mkdir build
mkdir build/libs
@ -78,7 +78,7 @@ elif [ "$choice" = "n" ]; then
echo -e "${NO_CHOICE}"
fi
echo -e "${BUILDING_BACK}}"
echo -e "${BUILDING_BACK}"
cd backend
./gradlew shadowJar
cd ../