Skip to content

Commit 56cc93f

Browse files
committed
Fix importing dotty-interfaces in Eclipse
1 parent 3dca14d commit 56cc93f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/Build.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ object Build {
150150
crossPaths := false,
151151
// Do not depend on the Scala library
152152
autoScalaLibrary := false,
153+
// Let the sbt eclipse plugin now that this is a Java-only project
154+
EclipseKeys.projectFlavor := EclipseProjectFlavor.Java,
153155
//Remove javac invalid options in Compile doc
154156
javacOptions in (Compile, doc) --= Seq("-Xlint:unchecked", "-Xlint:deprecation")
155157
).

0 commit comments

Comments
 (0)