diff --git a/gradle.properties b/gradle.properties index 7a48e09..3434974 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ projects.group=com.ivy-apps projects.version=0.0.1 # Pomfile definitions GROUP=com.ivy-apps -SONATYPE_HOST=DEFAULT +SONATYPE_HOST=CENTRAL_PORTAL RELEASE_SIGNING_ENABLED=true POM_DESCRIPTION=A simple DI container for Kotlin Multiplatform apps. POM_INCEPTION_YEAR=2024 @@ -30,4 +30,3 @@ POM_SCM_URL=https://github.com/Ivy-Apps/di/ POM_SCM_CONNECTION=scm:git:git://github.com/Ivy-Apps/di.git POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/Ivy-Apps/di.git SONATYPE_AUTOMATIC_RELEASE=true -