Skip to content

Commit 3dca14d

Browse files
committed
Prevent Eclipse from trying to generate dotty-compiled projects
1 parent 0de9004 commit 3dca14d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project/Build.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import org.scalajs.sbtplugin.ScalaJSPlugin
1010
import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
1111
import sbt.Package.ManifestAttributes
1212

13+
import com.typesafe.sbteclipse.plugin.EclipsePlugin._
14+
1315
object Build {
1416

1517
projectChecks()
@@ -93,6 +95,7 @@ object Build {
9395

9496
// Settings used by all dotty-compiled projects
9597
lazy val commonBootstrappedSettings = Seq(
98+
EclipseKeys.skipProject := true,
9699
scalaOrganization := dottyOrganization,
97100
scalaVersion := dottyVersion,
98101
scalaBinaryVersion := "2.11",

0 commit comments

Comments
 (0)