Skip to content

Commit

Permalink
Maven publication: modifying nexus url
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIMP committed Jan 20, 2025
1 parent 5b7633f commit 63f77d3
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 @@ -40,7 +40,7 @@ version = file("version.txt").readText()
nexusPublishing {
repositories {
sonatype {
nexusUrl = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
nexusUrl = uri("https://oss.sonatype.org/service/local/")
snapshotRepositoryUrl = uri("https://oss.sonatype.org/content/repositories/snapshots/")

username = System.getenv("ORG_OSSRH_USERNAME")
Expand Down

0 comments on commit 63f77d3

Please sign in to comment.