From fb32159f29eb9f6b35184e2bc5ff406f8b052282 Mon Sep 17 00:00:00 2001 From: Light_Quanta Date: Sat, 10 May 2025 22:28:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8A=A2=E5=85=88=E4=BD=93?= =?UTF-8?q?=E9=AA=8C=E7=94=A8=E8=BF=90=E8=A1=8C=E5=AE=A2=E6=88=B7=E7=AB=AF?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runTestClient.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 runTestClient.bat diff --git a/runTestClient.bat b/runTestClient.bat new file mode 100644 index 000000000..aa4b63ee3 --- /dev/null +++ b/runTestClient.bat @@ -0,0 +1,2 @@ +echo Make sure you've installed java 21 in order to run test client! +cmd /k gradlew runClient \ No newline at end of file