raboof opened a new issue, #787: URL: https://github.com/apache/pekko-grpc/issues/787
Checking for reproducible builds, we found a difference in the pom for pekko-grpc-sbt-plugin, notably in the `extraDependencyAttributes` property ``` <extraDependencyAttributes xml:space="preserve">+organisation:#@#:+com.thesamet:#@#:+branch:#@#:+@#:NULL:#@:#@#:+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-protoc_2.12_1.0:#@#:+revision:#@#:+1.1.0-RC2:#@#:+e:scalaVersion:#@#:+2.12:#@#: +organisation:#@#:+com.github.sbt:#@#:+branch:#@#:+@#:NULL:#@:#@#:+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt2-compat_2.12_1.0:#@#:+revision:#@#:+0.1.0:#@#:+e:scalaVersion:#@#:+2.12:#@#:</extraDependencyAttributes> ``` vs ``` +e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-protoc_2.12_1.0:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+com.thesamet:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+1.1.0-RC2:#@#: +e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt2-compat_2.12_1.0:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+com.github.sbt:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+0.1.0:#@#: ``` This attribute is added by sbt, and it seems the ordering is not stable. We should further diagnose this and ideally fix it upstream in sbt, otherwise in post-processing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
