File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Global / excludeLintKeys ++= Set(ideOutputDirectory, ideSkipProject)
1111inThisBuild(Seq (
1212 organization := " io.udash" ,
1313 resolvers += Resolver .defaultLocal,
14+ sonatypeCredentialHost := Sonatype .sonatypeCentralHost,
1415))
1516
1617val forIdeaImport = System .getProperty(" idea.managed" , " false" ).toBoolean && System .getProperty(" idea.runid" ) == null
@@ -25,7 +26,6 @@ val browserCapabilities: Capabilities = {
2526// Deployment configuration
2627val 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" ),
You can’t perform that action at this time.
0 commit comments