We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635094a commit 127881bCopy full SHA for 127881b
project/Build.scala
@@ -45,7 +45,9 @@ object DottyBuild extends Build {
45
// Do not append Scala versions to the generated artifacts
46
crossPaths := false,
47
// Do not depend on the Scala library
48
- autoScalaLibrary := false
+ autoScalaLibrary := false,
49
+ //Remove javac invalid options in Compile doc
50
+ javacOptions in (Compile, doc) --= Seq("-Xlint:unchecked", "-Xlint:deprecation")
51
)
52
53
lazy val dotty = project.in(file(".")).
0 commit comments