From f773df9a83c4b797821792aa4801e9bdd958cc8d Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Mon, 26 Feb 2024 09:08:09 -0500 Subject: [PATCH] Add properties to enable Central release --- gradle.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gradle.properties b/gradle.properties index c1e851c..e6f915c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,3 +14,7 @@ POM_LICENCE_DIST=repo POM_DEVELOPER_ID=jakewharton POM_DEVELOPER_NAME=Jake Wharton + +SONATYPE_AUTOMATIC_RELEASE=true +SONATYPE_HOST=DEFAULT +RELEASE_SIGNING_ENABLED=true