Skip to content

Commit

Permalink
Update nexus urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmellema committed Jan 11, 2024
1 parent 6394245 commit 67770a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ jreleaser {
maven {
nexus2 {
create("maven-central") {
active.set(Active.ALWAYS)
url.set("https://s01.oss.sonatype.org/service/local")
snapshotUrl.set("https://s01.oss.sonatype.org/content/repositories/snapshots/")
active = Active.ALWAYS
url = "https://aws.oss.sonatype.org/service/local"
snapshotUrl = "https://aws.oss.sonatype.org/content/repositories/snapshots"
closeRepository.set(false)
releaseRepository.set(false)
stagingRepositories.add(stagingDirectory)
Expand Down

0 comments on commit 67770a0

Please sign in to comment.