Skip to content

Commit

Permalink
Make zinc-scripted show up in IntelliJ
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Oct 2, 2024
1 parent 63e2ade commit 5a014fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a014fc

Please sign in to comment.