Fix the Sonatype staging location
Publishing isn't possible with the one that comes from SBT for some reason.
This commit is contained in:
parent
c80d030b35
commit
584da921ea
@ -117,7 +117,7 @@ object Helpers {
|
||||
object Resolvers {
|
||||
val sonatypeSnaps = Resolver.sonatypeRepo("snapshots")
|
||||
val sonatypeRelease = Resolver.sonatypeRepo("releases")
|
||||
val sonatypeStaging = Resolver.sonatypeRepo("staging")
|
||||
val sonatypeStaging = "Sonatype Staging" at "https://oss.sonatype.org/service/local/staging/deploy/maven2"
|
||||
}
|
||||
|
||||
object PublishSettings {
|
||||
|
Loading…
Reference in New Issue
Block a user