Skip to content

Commit

Permalink
try to link to right protobuf-java pom (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 17, 2024
1 parent 4afe7cf commit 52ab09b
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 @@ -384,7 +384,7 @@ lazy val protobufV3 = pekkoModule("protobuf-v3")
// redefining the fullClasspath with just what we need to avoid the cyclic task dependency
assembly / fullClasspath := (Runtime / managedClasspath).value ++ (Compile / products).value.map(Attributed.blank),
assembly / test := {}, // assembly runs tests for unknown reason which introduces another cyclic dependency to packageBin via exportedJars
description := "Apache Pekko Protobuf V3 is a shaded version of the protobuf runtime. Original POM: https://github.com/protocolbuffers/protobuf/blob/v3.9.0/java/pom.xml")
description := s"Apache Pekko Protobuf V3 is a shaded version of the protobuf runtime. Original POM: https://github.com/protocolbuffers/protobuf/blob/v${Dependencies.Protobuf.protobufJavaVersion}/java/pom.xml")

lazy val pki =
pekkoModule("pki")
Expand Down

0 comments on commit 52ab09b

Please sign in to comment.