From f035e3ebec40c2009088f53a10c74c312e7f9e89 Mon Sep 17 00:00:00 2001 From: Glavo Date: Wed, 16 Jul 2025 17:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=AD=A2=E7=94=9F=E6=88=90=20Gradle?= =?UTF-8?q?=20=E6=A8=A1=E5=9D=97=E5=85=83=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/build.gradle.kts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/publish/build.gradle.kts b/publish/build.gradle.kts index aba083c..f281129 100644 --- a/publish/build.gradle.kts +++ b/publish/build.gradle.kts @@ -75,6 +75,10 @@ java { withSourcesJar() } +tasks.withType { + enabled = false +} + publishing { publications { create("hmclauncher") { @@ -131,4 +135,4 @@ nexusPublishing { password.set(rootProject.ext["sonatypePassword"].toString()) } } -} \ No newline at end of file +}