From 91e8cb4f77c089af82cd815c170fcff7e3e0e226 Mon Sep 17 00:00:00 2001 From: Marco Martinez Date: Tue, 21 Oct 2025 13:03:30 -0600 Subject: [PATCH] s01 > central portal --- gradle.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a629183..cdcbc94 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,4 @@ kotlin.code.style=official -kotlin.js.compiler=ir # Group name and project version, used when publishing. For official releases, the version should be # provided to Gradle via '-P version="1.0"'. @@ -7,7 +6,7 @@ group=io.github.funkatronics artifactId=salkt version=main-SNAPSHOT -SONATYPE_HOST=S01 +SONATYPE_HOST=CENTRAL_PORTAL RELEASE_SIGNING_ENABLED=true SONATYPE_AUTOMATIC_RELEASE=true