mirror of https://github.com/sbt/sbt.git
Fix javadoc
This commit is contained in:
parent
26cef6dcc2
commit
171383f2ad
|
|
@ -246,6 +246,7 @@ lazy val bundledLauncherProj =
|
||||||
description := "sbt application launcher",
|
description := "sbt application launcher",
|
||||||
autoScalaLibrary := false,
|
autoScalaLibrary := false,
|
||||||
crossPaths := false,
|
crossPaths := false,
|
||||||
|
Compile / doc / javacOptions := Nil,
|
||||||
Compile / packageBin := sbtLaunchJar.value,
|
Compile / packageBin := sbtLaunchJar.value,
|
||||||
mimaSettings,
|
mimaSettings,
|
||||||
mimaPreviousArtifacts := Set()
|
mimaPreviousArtifacts := Set()
|
||||||
|
|
@ -340,6 +341,7 @@ lazy val utilInterface = (project in file("internal") / "util-interface").settin
|
||||||
javaOnlySettings,
|
javaOnlySettings,
|
||||||
crossPaths := false,
|
crossPaths := false,
|
||||||
autoScalaLibrary := false,
|
autoScalaLibrary := false,
|
||||||
|
Compile / doc / javacOptions := Nil,
|
||||||
name := "Util Interface",
|
name := "Util Interface",
|
||||||
exportJars := true,
|
exportJars := true,
|
||||||
utilMimaSettings,
|
utilMimaSettings,
|
||||||
|
|
@ -532,6 +534,7 @@ lazy val testAgentProj = (project in file("testing") / "agent")
|
||||||
crossScalaVersions := Seq(baseScalaVersion),
|
crossScalaVersions := Seq(baseScalaVersion),
|
||||||
crossPaths := false,
|
crossPaths := false,
|
||||||
autoScalaLibrary := false,
|
autoScalaLibrary := false,
|
||||||
|
Compile / doc / javacOptions := Nil,
|
||||||
name := "Test Agent",
|
name := "Test Agent",
|
||||||
libraryDependencies += testInterface,
|
libraryDependencies += testInterface,
|
||||||
mimaSettings,
|
mimaSettings,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue