Skip to content

Commit

Permalink
fixup: Removed unused module from build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianAN committed Dec 20, 2024
1 parent 87ff422 commit 37cb43a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -399,17 +399,6 @@ lazy val nativeBridge04 = project
(Test / fork) := true
)

lazy val nativeBridge04Test = project
.dependsOn(nativeBridge04 % Provided, frontend % "test->test")
.in(file("bridges") / "scala-native-0.4-test")
.disablePlugins(ScalafixPlugin, ScriptedPlugin)
.settings(
name := s"$nativeBridge04Name-test",
testSettings,
(Test / javaOptions) ++= jvmOptions,
(Test / fork) := true
)

val nativeBridge05Name = "bloop-native-bridge-0-5"
lazy val nativeBridge05 = project
.dependsOn(bloopShared % Provided)
Expand All @@ -435,9 +424,7 @@ val allProjects = Seq(
jsBridge06,
jsBridge1,
nativeBridge04,
nativeBridge04Test,
nativeBridge05,
nativeBridge05Test,
sbtBloop
)

Expand Down

0 comments on commit 37cb43a

Please sign in to comment.