Skip to content

Commit

Permalink
Another attempt at fixing publishing
Browse files Browse the repository at this point in the history
adding this to allow initializeSonatypeStagingRepository task to work
  • Loading branch information
sourada-e5 committed Nov 18, 2024
1 parent 54e1844 commit 12d3dfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ nexusPublishing {
sonatype {
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
username = project.ossrhUsername
password = project.ossrhPassword
}
}
}
Expand Down

0 comments on commit 12d3dfd

Please sign in to comment.