Skip to content

Commit

Permalink
Hopefully remove unneeded scalapb dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Jul 10, 2024
1 parent a20a68e commit a978d0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ lazy val core = (project in file("core"))
// Add the shared proto sources
Compile / PB.protoSources ++= Seq(baseDirectory.value / "src" / "main" / "protobuf_shared"),
Compile / PB.generate / excludeFilter := "grpc.proto",
Compile / PB.additionalDependencies := Nil,
commonSettings,
)

Expand Down Expand Up @@ -191,6 +192,7 @@ lazy val grpc = (project in file("grpc"))
(core / baseDirectory).value / "src" / "main" / "protobuf",
),
Compile / PB.generate / excludeFilter := "rdf.proto",
Compile / PB.additionalDependencies := Nil,
excludeDependencies ++= {
if (scalaVersion.value == scala2Version) grpcExclusions
else Seq()
Expand Down

0 comments on commit a978d0c

Please sign in to comment.