Skip to content

Commit 8baa07e

Browse files
committed
Change publish location
1 parent 6cdea39 commit 8baa07e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inThisBuild(List(
88
developers := List(
99
Developer(id="jakehschwartz", name="Jake Schwartz", email="[email protected]", url=url("https://www.jakehschwartz.com")),
1010
Developer(id="xiaodongw", name="Xiaodong Wang", email="[email protected]", url=url("https://github.com/xiaodongw"))
11-
)
11+
),
1212
))
1313

1414
lazy val swaggerUIVersion = SettingKey[String]("swaggerUIVersion")
@@ -20,6 +20,7 @@ lazy val finatraSwagger = project
2020
swaggerUIVersion := "4.18.2",
2121
buildInfoPackage := "com.jakehschwartz.finatra.swagger",
2222
buildInfoKeys := Seq[BuildInfoKey](name, version, swaggerUIVersion),
23+
publishTo := sonatypePublishToBundle.value,
2324
libraryDependencies ++= Seq(
2425
"com.twitter" %% "finatra-http-server" % twitterReleaseVersion,
2526
"io.swagger.core.v3" % "swagger-project" % "2.2.8",

0 commit comments

Comments
 (0)