Skip to content

Commit 3f09a84

Browse files
Update plugin mavenPublish to v0.34.0 (#690)
* Update plugin mavenPublish to v0.34.0 * Migrate to new publishing properties --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton <jw@squareup.com>
1 parent 70e48c3 commit 3f09a84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ POM_DEVELOPER_ID=cashapp
1414
POM_DEVELOPER_NAME=CashApp
1515
POM_DEVELOPER_URL=https://github.com/cashapp
1616

17-
SONATYPE_HOST=CENTRAL_PORTAL
18-
SONATYPE_AUTOMATIC_RELEASE=true
19-
RELEASE_SIGNING_ENABLED=true
17+
mavenCentralPublishing=true
18+
mavenCentralAutomaticPublishing=true
19+
signAllPublications=true
2020

2121
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ intelliJ = ["intellijCoreImpl", "intellijProjectModelImpl", "intellijAnalysisImp
2424
kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
2525
grammarKitComposer = { id = "app.cash.grammarkit-composer", version = "0.2.0" }
2626
spotless = { id = "com.diffplug.spotless", version = "7.1.0" }
27-
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.33.0" }
27+
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.34.0" }
2828
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
2929
intellij = { id = "org.jetbrains.intellij.platform", version = "2.6.0" }

0 commit comments

Comments
 (0)