Skip to content

Commit 48c8e17

Browse files
committed
Move Sonatype Central setting to top-level build settings
1 parent 24fda72 commit 48c8e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Global / excludeLintKeys ++= Set(ideOutputDirectory, ideSkipProject)
1111
inThisBuild(Seq(
1212
organization := "io.udash",
1313
resolvers += Resolver.defaultLocal,
14+
sonatypeCredentialHost := Sonatype.sonatypeCentralHost,
1415
))
1516

1617
val forIdeaImport = System.getProperty("idea.managed", "false").toBoolean && System.getProperty("idea.runid") == null
@@ -25,7 +26,6 @@ val browserCapabilities: Capabilities = {
2526
// Deployment configuration
2627
val deploymentConfiguration = Seq(
2728
pomIncludeRepository := { _ => false },
28-
sonatypeCredentialHost := Sonatype.sonatypeCentralHost,
2929
licenses := Seq(License.Apache2),
3030
scmInfo := Some(ScmInfo(
3131
browseUrl = url("https://github.com/UdashFramework/udash-core"),

0 commit comments

Comments
 (0)