File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ POM_NAME=Grammar-Kit Composer
1919POM_DESCRIPTION =Gradle plugin for creating a composable version of grammar kit grammars.
2020POM_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
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2"
1111[plugins ]
1212kotlinJvm = { id = " org.jetbrains.kotlin.jvm" , version = " 2.2.0" }
1313spotless = { 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" }
1515dokka = { id = " org.jetbrains.dokka" , version = " 2.0.0" }
You can’t perform that action at this time.
0 commit comments