File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,8 +26,10 @@ kgp.android.autoconfigure.hilt.application=false
2626org.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
3234GROUP =com.kroger.telemetry
3335# VERSION_NAME= # Set in `release-module` convention plugin
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ androidxTestRunner = "1.6.2"
1313conventionPlugin = " 2.0.0-alpha.4"
1414dependencyAnalysis = " 2.17.0"
1515firebaseBom = " 32.8.0"
16- gradleMavenPublishPlugin = " 0.31 .0"
16+ gradleMavenPublishPlugin = " 0.35 .0" # any further upgrade requires Gradle 9
1717gradleVersions = " 0.51.0"
1818javaxInject = " 1"
1919kgpCompileSdk = " 35"
You can’t perform that action at this time.
0 commit comments