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 3eb7da1 commit 894961e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ buildscript {

plugins {
`nexus-staging-conventions`
}
}

group = "com.toasttab.android"
2 changes: 0 additions & 2 deletions buildSrc/src/main/kotlin/nexus-staging-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {

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

repositories {
sonatype {
username.set(Remote.USERNAME)
Expand Down
3 changes: 3 additions & 0 deletions buildSrc/src/main/kotlin/publishing-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ plugins {
id("signing")
}

group = rootProject.group
version = rootProject.version

publishing {
publications {
create<MavenPublication>("main") {
Expand Down

0 comments on commit 894961e

Please sign in to comment.