Переименовать server2 deploy-скрипт

This commit is contained in:
AidarKC
2026-07-16 19:19:59 +04:00
parent 3926d561c0
commit e4dfb43b5e
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
client.version=1.2.325
server.version=1.2.297
client.version=1.2.326
server.version=1.2.298
+1 -1
View File
@@ -216,7 +216,7 @@ tasks.register('deployServer', Exec) {
dependsOn shadowJar
workingDir = rootDir
environment 'LOCAL_JAR', file('SHiNE-server/build/libs/shine-server.jar').absolutePath
commandLine 'bash', file('deploy_shine-server_test2.sh').absolutePath
commandLine 'bash', file('deploy_shine-server_server2shineupme.sh').absolutePath
}
tasks.register('deployUI', Exec) {