Skip to content

Commit

Permalink
Attempt to fix Sonatype publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ogolberg committed Nov 5, 2023
1 parent 38ddbab commit 3eb7da1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/nexus-staging-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {

if (isRelease()) {
nexusPublishing {
packageGroup = "com.toasttab"

repositories {
sonatype {
username.set(Remote.USERNAME)
Expand Down

0 comments on commit 3eb7da1

Please sign in to comment.