From 5a014fc8a959f17ef4eee82c9b44461032676688 Mon Sep 17 00:00:00 2001 From: friendseeker <66892505+Friendseeker@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:14:23 -0700 Subject: [PATCH] Make zinc-scripted show up in IntelliJ --- build.sbt | 1 - 1 file changed, 1 deletion(-) 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