Skip to content

Commit

Permalink
chore: missing automatic publish type
Browse files Browse the repository at this point in the history
  • Loading branch information
programadorthi committed Feb 23, 2024
1 parent 5f05470 commit 90e9298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ nmcp {
publishAllProjectsProbablyBreakingProjectIsolation {
username = project.providers.gradleProperty("mavenCentralUsername")
password = project.providers.gradleProperty("mavenCentralPassword")
publicationType = "USER_MANAGED"
publicationType = "AUTOMATIC"
}
}

0 comments on commit 90e9298

Please sign in to comment.