From ae36e9273e0aaf48ed535b27dcd3d2bd8b5e9ffc Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Mon, 23 May 2022 11:50:22 -0900 Subject: [PATCH] Server-side changes --- gradlew | 0 patch | 4 ++-- update | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 gradlew diff --git a/gradlew b/gradlew old mode 100644 new mode 100755 diff --git a/patch b/patch index f40ecd1..c41f4b2 100755 --- a/patch +++ b/patch @@ -2,5 +2,5 @@ screen -S starshipfights -X quit git pull -gradle shadowJar -screen -dmS starshipfights gradle runShadow +/opt/gradle/gradle-7.1/bin/gradle shadowJar +screen -dmS starshipfights /opt/gradle/gradle-7.1/bin/gradle runShadow diff --git a/update b/update index 7bd0ef6..e36c21e 100755 --- a/update +++ b/update @@ -2,5 +2,5 @@ screen -S starshipfights -X quit git pull -gradle clean shadowJar -screen -dmS starshipfights gradle runShadow +/opt/gradle/gradle-7.1/bin/gradle clean shadowJar +screen -dmS starshipfights /opt/gradle/gradle-7.1/bin/gradle runShadow -- 2.25.1