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 0de9004 commit 3dca14dCopy full SHA for 3dca14d
project/Build.scala
@@ -10,6 +10,8 @@ import org.scalajs.sbtplugin.ScalaJSPlugin
10
import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
11
import sbt.Package.ManifestAttributes
12
13
+import com.typesafe.sbteclipse.plugin.EclipsePlugin._
14
+
15
object Build {
16
17
projectChecks()
@@ -93,6 +95,7 @@ object Build {
93
95
94
96
// Settings used by all dotty-compiled projects
97
lazy val commonBootstrappedSettings = Seq(
98
+ EclipseKeys.skipProject := true,
99
scalaOrganization := dottyOrganization,
100
scalaVersion := dottyVersion,
101
scalaBinaryVersion := "2.11",
0 commit comments