From 0c312d1216acec3cf5faa3ac5b7ef14f5d7597fa Mon Sep 17 00:00:00 2001 From: slam Date: Thu, 29 Feb 2024 19:57:12 +0800 Subject: [PATCH] feat: prepare for publish to maven central - remove authentication use system env username and password to auth --- build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c0d8e8b..794f884 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,10 +13,6 @@ plugins { } sonatypePortalPublisher { - authentication { - username = "" - password = "" - } settings { autoPublish = false aggregation = true