Skip to content

Commit 076e7f4

Browse files
committed
Don't publish API docs; link updates
1 parent 235a1a2 commit 076e7f4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build.sbt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ libraryDependencies ++= Seq(
1414
Library.scalatest % Test
1515
)
1616

17-
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))
17+
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))
1818
homepage := Some(url("https://github.com/lightbend/sbt-paradox-apidoc"))
1919
scmInfo := Some(
2020
ScmInfo(url("https://github.com/lightbend/sbt-paradox-apidoc"), "git@github.com:lightbend/sbt-paradox-apidoc.git")
@@ -25,8 +25,9 @@ developers += Developer(
2525
"https://gitter.im/lightbend/paradox",
2626
url("https://github.com/lightbend/sbt-paradox-apidoc/graphs/contributors")
2727
)
28-
organizationName := "Lightbend Inc."
29-
startYear := Some(2018)
28+
organizationName := "Lightbend Inc."
29+
organizationHomepage := Some(url("https://lightbend.com"))
30+
startYear := Some(2018)
3031

3132
bintrayOrganization := Some("sbt")
3233
bintrayRepository := "sbt-plugin-releases"
@@ -39,3 +40,5 @@ scriptedLaunchOpts += ("-Dproject.version=" + version.value)
3940
scriptedLaunchOpts ++= java.lang.management.ManagementFactory.getRuntimeMXBean.getInputArguments.asScala.filter(
4041
a => Seq("-Xmx", "-Xms", "-XX", "-Dfile").exists(a.startsWith)
4142
)
43+
44+
packageSrc / publishArtifact := false

0 commit comments

Comments
 (0)