You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using sbt-reproducible-build on pekko-grpc along with this PR #278 I get
[error] (codegen / reproducibleBuildsCheck) java.lang.IllegalStateException: Found multiple artifacts for jar with filenames pekko-grpc-codegen_2.12-1.0.0-RC2.jar, pekko-grpc-codegen-assembly-1.0.0-RC2.jar
[error] (scalapb-protoc-plugin / reproducibleBuildsCheck) java.lang.IllegalStateException: Found multiple artifacts for jar with filenames pekko-grpc-scalapb-protoc-plugin_2.12-1.0.0-RC2.jar, pekko-grpc-scalapb-protoc-plugin-assembly-1.0.0-RC2.jar
I think this may be another case of checking jars which have are not meant to be published and this being picked up by sbt-reproducible-build.
The text was updated successfully, but these errors were encountered:
But aside from that, perhaps we can take into account the classifier when looking for the matching artifacts and make sure it works even when those should both be published.
When using sbt-reproducible-build on pekko-grpc along with this PR #278 I get
I think this may be another case of checking jars which have are not meant to be published and this being picked up by sbt-reproducible-build.
The text was updated successfully, but these errors were encountered: