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 +}