Skip to content

Commit

Permalink
compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jan 13, 2025
1 parent 0c6cfd3 commit 89c383e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ lazy val userProjects: Seq[ProjectReference] = List[ProjectReference](
unixdomainsocket,
xml) ++ {
if (JdkOptions.isJdk11orHigher)
Seq(avroparquet, googleCloudBigQueryStorage)
List[ProjectReference](
avroparquet,
googleCloudBigQueryStorage)
else
Seq.empty
Nil
}

lazy val `pekko-connectors` = project
Expand Down

0 comments on commit 89c383e

Please sign in to comment.