Server-side changes
authorTheSaminator <thesaminator@users.noreply.github.com>
Mon, 23 May 2022 20:50:22 +0000 (11:50 -0900)
committerTheSaminator <thesaminator@users.noreply.github.com>
Mon, 23 May 2022 20:50:22 +0000 (11:50 -0900)
gradlew [changed mode: 0644->0755]
patch
update

diff --git a/gradlew b/gradlew
old mode 100644 (file)
new mode 100755 (executable)
diff --git a/patch b/patch
index f40ecd140bfb9dfad6644aeb5cbc791ca1ec2005..c41f4b2a462409f497655557142a603a60103582 100755 (executable)
--- 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 7bd0ef65c4a76c2c01f4e9a3de7f6aac0395e111..e36c21e190df6d39b6530aee07b0e47c6a3373dd 100755 (executable)
--- 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