From 79ad668720aaa4df8432926b19f74590fac37833 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Wed, 24 Dec 2025 23:14:51 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E6=88=90=E5=93=81=E7=9B=AE=E5=BD=95=E4=BB=A5=E9=85=8D=E5=90=88?= =?UTF-8?q?CI=E8=84=9A=E6=9C=AC=E8=87=AA=E5=8A=A8=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 3704e2d..ee2e702 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,4 +33,10 @@ accessWiden { ) ) ) +} + +tasks { + jar { + destinationDirectory = rootProject.layout.buildDirectory + } } \ No newline at end of file