Skip to content

Commit

Permalink
Publishing - set new sonatype repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vladokrsymphony authored Oct 23, 2024
1 parent 2794622 commit 301c137
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ allprojects {
}

nexusPublishing {
packageGroup = 'org.finos'
packageGroup = 'org.finos.symphony.bdk'

repositories {
sonatype {
username = project.ext.mavenRepoUsername
password = project.ext.mavenRepoPassword
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
}
}
}
Expand Down

0 comments on commit 301c137

Please sign in to comment.