diff --git a/gradle.properties b/gradle.properties index 6762ebc5..ef8062d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,9 @@ KOTLIN_VERSION=1.9.20 kotlin.native.ignoreDisabledTargets=true +SONATYPE_HOST=DEFAULT +RELEASE_SIGNING_ENABLED=true + POM_ARTIFACT_ID=sqliter POM_NAME=SQLiter Native