You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mdedetrich (via GitHub)" <gi...@apache.org> on 2023/02/28 22:15:17 UTC

[GitHub] [incubator-pekko-grpc] mdedetrich commented on pull request #37: Use sbt-apache-sonatype plugin

mdedetrich commented on PR #37:
URL: https://github.com/apache/incubator-pekko-grpc/pull/37#issuecomment-1448997163

   @jrudolph @raboof So I am at odds as to why this change is causing a regression specifically with the `Test Gradle Scala` workflow, I did a little bit of looking into it and from what I can tell one of this artifacts are being generated incorrectly
   
   * codegen/publishM2 scalapb-protoc-plugin/publishM2 +runtime/publishM2
   * cd gradle-plugin && ./gradlew clean publishToMavenLocal --console=plain --info --stacktrace
   
   I have done some inspecting of sbt settings, and the only relevant keys that I can see which have changed is `publishTo` via the change of `sonatypeCredentialHost ` (which is intentional and the point of sbt-apache-sonatype) and `organizationName` (which shouldn't really effect anything).
   
   The only other thing i can think of that `sbt-apache-sonatype` does that could somehow effect this is it adds extra resources to the `META-INF` and maybe this is somehow messing either with the artifact generation or with the gradle plugin code that tries to detect if it is in Java or Scala mode. I haven't looked into this theory yet.


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org