Skip to content

Commit

Permalink
Merge pull request #1416 from Friendseeker/zinc-scripted-ide
Browse files Browse the repository at this point in the history
[1.x] Make `zinc-scripted` show up in IntelliJ
  • Loading branch information
eed3si9n authored Oct 2, 2024
2 parents 63e2ade + 5a014fc commit f644b6c
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 f644b6c

Please sign in to comment.