From 1c8d448a7b1fdb4da50c70a1606ee8a566037c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Sun, 21 May 2023 20:38:22 +0800 Subject: [PATCH] Update baseName to `opencommand-for-unstable` --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c8d5583..fbe997f 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { } jar { - jar.baseName = 'opencommand' + jar.baseName = 'opencommand-for-unstable' destinationDir = file(".") } \ No newline at end of file