Fix javadoc

This commit is contained in:
Eugene Yokota 2022-06-13 03:17:15 -04:00
parent 26cef6dcc2
commit 171383f2ad
1 changed files with 3 additions and 0 deletions

View File

@ -246,6 +246,7 @@ lazy val bundledLauncherProj =
description := "sbt application launcher",
autoScalaLibrary := false,
crossPaths := false,
Compile / doc / javacOptions := Nil,
Compile / packageBin := sbtLaunchJar.value,
mimaSettings,
mimaPreviousArtifacts := Set()
@ -340,6 +341,7 @@ lazy val utilInterface = (project in file("internal") / "util-interface").settin
javaOnlySettings,
crossPaths := false,
autoScalaLibrary := false,
Compile / doc / javacOptions := Nil,
name := "Util Interface",
exportJars := true,
utilMimaSettings,
@ -532,6 +534,7 @@ lazy val testAgentProj = (project in file("testing") / "agent")
crossScalaVersions := Seq(baseScalaVersion),
crossPaths := false,
autoScalaLibrary := false,
Compile / doc / javacOptions := Nil,
name := "Test Agent",
libraryDependencies += testInterface,
mimaSettings,