diff --git a/gradle.properties b/gradle.properties index 1f8dc6ef..6a9cb42a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,8 +14,8 @@ POM_DEVELOPER_ID=cashapp POM_DEVELOPER_NAME=CashApp POM_DEVELOPER_URL=https://github.com/cashapp -SONATYPE_HOST=CENTRAL_PORTAL -SONATYPE_AUTOMATIC_RELEASE=true -RELEASE_SIGNING_ENABLED=true +mavenCentralPublishing=true +mavenCentralAutomaticPublishing=true +signAllPublications=true org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2b73d1de..b03cd3e0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,6 +24,6 @@ intelliJ = ["intellijCoreImpl", "intellijProjectModelImpl", "intellijAnalysisImp kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } grammarKitComposer = { id = "app.cash.grammarkit-composer", version = "0.2.0" } spotless = { id = "com.diffplug.spotless", version = "7.1.0" } -mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.33.0" } +mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.34.0" } dokka = { id = "org.jetbrains.dokka", version = "2.0.0" } intellij = { id = "org.jetbrains.intellij.platform", version = "2.6.0" }