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