Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ kgp.android.autoconfigure.hilt.application=false
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

## Publishing Properties
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
mavenCentralAutomaticPublishing=true
mavenCentralDeploymentValidation=PUBLISHED
mavenCentralPublishing=true
signAllPublications=true

GROUP=com.kroger.telemetry
#VERSION_NAME= # Set in `release-module` convention plugin
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ androidxTestRunner = "1.6.2"
conventionPlugin = "2.0.0-alpha.4"
dependencyAnalysis = "2.17.0"
firebaseBom = "32.8.0"
gradleMavenPublishPlugin = "0.31.0"
gradleMavenPublishPlugin = "0.35.0" # any further upgrade requires Gradle 9
gradleVersions = "0.51.0"
javaxInject = "1"
kgpCompileSdk = "35"
Expand Down
Loading