Skip to content

Commit 813850c

Browse files
authored
fix: update publishing plugin and configuration (#7)
1 parent fb1afc7 commit 813850c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

gradle.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ kgp.android.autoconfigure.hilt.application=false
2626
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
2727

2828
## Publishing Properties
29-
SONATYPE_HOST=DEFAULT
30-
RELEASE_SIGNING_ENABLED=true
29+
mavenCentralAutomaticPublishing=true
30+
mavenCentralDeploymentValidation=PUBLISHED
31+
mavenCentralPublishing=true
32+
signAllPublications=true
3133

3234
GROUP=com.kroger.telemetry
3335
#VERSION_NAME= # Set in `release-module` convention plugin

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ androidxTestRunner = "1.6.2"
1313
conventionPlugin = "2.0.0-alpha.4"
1414
dependencyAnalysis = "2.17.0"
1515
firebaseBom = "32.8.0"
16-
gradleMavenPublishPlugin = "0.31.0"
16+
gradleMavenPublishPlugin = "0.35.0" # any further upgrade requires Gradle 9
1717
gradleVersions = "0.51.0"
1818
javaxInject = "1"
1919
kgpCompileSdk = "35"

0 commit comments

Comments
 (0)