diff --git a/build.sbt b/build.sbt index 4afb5cd89..dc91d3e53 100644 --- a/build.sbt +++ b/build.sbt @@ -686,7 +686,6 @@ lazy val zincScripted = (projectMatrix in internalPath / "zinc-scripted") .enablePlugins(BuildInfoPlugin) .settings( baseSettings, - ideSkipProject := true, // otherwise IntelliJ complains publish / skip := true, name := "zinc Scripted", Compile / buildInfo := Nil, // Only generate build info for tests