Skip to content

Commit

Permalink
Merge pull request #67 from esensar/hotfix/sonatype-host-migration
Browse files Browse the repository at this point in the history
chore: migrate to new sonatype host
  • Loading branch information
esensar committed Dec 17, 2021
2 parents 3e22ea2 + e6a8a35 commit a64d394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ buildscript {
}

val snapshot: String? by project
val sonatypeStaging = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
val sonatypeSnapshots = "https://oss.sonatype.org/content/repositories/snapshots"
val sonatypeStaging = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
val sonatypeSnapshots = "https://s01.oss.sonatype.org/content/repositories/snapshots"

val sonatypePassword: String? by project
val sonatypeUsername: String? by project
Expand Down

0 comments on commit a64d394

Please sign in to comment.