Skip to content

Commit

Permalink
build fails with changing exportJars to false
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 16, 2024
1 parent 8292037 commit 08d0e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ lazy val protobufV3 = pekkoModule("protobuf-v3")
.inProject),
assembly / assemblyOption := (assembly / assemblyOption).value.withIncludeScala(false).withIncludeBin(true),
autoScalaLibrary := false, // do not include scala dependency in pom
exportJars := true, // in dependent projects, use assembled and shaded jar
exportJars := false, // in dependent projects, use assembled and shaded jar
makePomConfiguration := makePomConfiguration.value
.withConfigurations(Vector(Compile)), // prevent original dependency to be added to pom as runtime dep
Compile / packageBin / packagedArtifact := Scoped.mkTuple2(
Expand Down

0 comments on commit 08d0e5a

Please sign in to comment.