File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ crossScalaVersions in ThisBuild := List("2.13.0-M4")
44
55val disableDocs = sys.props(" nodocs" ) == " true"
66
7- // lazy val JavaDoc = config("genjavadoc") extend Compile
7+ lazy val JavaDoc = config(" genjavadoc" ) extend Compile
88
99def jwrite (dir : java.io.File , pck : String = " scala/compat/java8" )(name : String , content : String ) = {
1010 val f = dir / pck / s " ${name}.java "
@@ -103,9 +103,6 @@ lazy val root = (project in file(".")).
103103 }
104104 ).
105105 settings(
106- sources in (Compile ,doc) := Seq .empty,
107- publishArtifact in (Compile , packageDoc) := false ).
108- /* settings(
109106 (inConfig(JavaDoc )(Defaults .configSettings) ++ (if (disableDocs) Nil else Seq (
110107 packageDoc in Compile := (packageDoc in JavaDoc ).value,
111108 sources in JavaDoc := {
@@ -119,7 +116,7 @@ lazy val root = (project in file(".")).
119116 libraryDependencies += compilerPlugin(" com.typesafe.genjavadoc" % " genjavadoc-plugin" % " 0.11" cross CrossVersion .full),
120117 scalacOptions in Compile += " -P:genjavadoc:out=" + (target.value / " java" )
121118 ))): _*
122- ).*/
119+ ).
123120 settings(
124121 initialCommands :=
125122 """ |import scala.concurrent._
You can’t perform that action at this time.
0 commit comments