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 28d4057 commit f75dce5Copy full SHA for f75dce5
project/Build.scala
@@ -151,7 +151,7 @@ object Build {
151
crossPaths := false,
152
// Do not depend on the Scala library
153
autoScalaLibrary := false,
154
- // Let the sbt eclipse plugin now that this is a Java-only project
+ // Let the sbt eclipse plugin know that this is a Java-only project
155
EclipseKeys.projectFlavor := EclipseProjectFlavor.Java,
156
//Remove javac invalid options in Compile doc
157
javacOptions in (Compile, doc) --= Seq("-Xlint:unchecked", "-Xlint:deprecation")
0 commit comments