Skip to content

Commit 117b687

Browse files
Update plugin publish to v0.34.0 (#193)
* Update plugin publish 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 <[email protected]>
1 parent 32ec247 commit 117b687

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
@@ -19,6 +19,6 @@ POM_NAME=Grammar-Kit Composer
1919
POM_DESCRIPTION=Gradle plugin for creating a composable version of grammar kit grammars.
2020
POM_PACKAGING=jar
2121

22-
SONATYPE_HOST=CENTRAL_PORTAL
23-
SONATYPE_AUTOMATIC_RELEASE=true
24-
RELEASE_SIGNING_ENABLED=true
22+
mavenCentralPublishing=true
23+
mavenCentralAutomaticPublishing=true
24+
signAllPublications=true

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2"
1111
[plugins]
1212
kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version = "2.2.0" }
1313
spotless = { id = "com.diffplug.spotless", version = "7.1.0" }
14-
publish = { id = "com.vanniktech.maven.publish", version = "0.33.0" }
14+
publish = { id = "com.vanniktech.maven.publish", version = "0.34.0" }
1515
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }

0 commit comments

Comments
 (0)