Skip to content

Commit

Permalink
chore: Find sbt bridge if available
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Apr 23, 2024
1 parent 1476301 commit 872e3a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/test/scala/bloop/util/TestProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ abstract class BaseTestProject {
scalacOptions,
allJars.map(_.underlying).toList,
None,
Some(setup)
Some(setup),
None
)

val javacConfig = Config.Java(javacOptions)
Expand Down

0 comments on commit 872e3a6

Please sign in to comment.