junaiddshaukat opened a new pull request, #39854: URL: https://github.com/apache/beam/pull/39854
Part of #18479, following Kenn's suggestion on the lazy consensus thread that snapshots would give people something to point at for testing. Adds `-Pwith-kafka-streams-runner` to the nightly publish. Without it the runner's projects are not in the build, so nothing was published. Verified with `./gradlew publish --dry-run`: - with the flag, `:runners:kafka-streams:publish` and `:runners:kafka-streams:job-server:publish` resolve to the Apache snapshots repository - without it, no Kafka Streams tasks at all - the measurement module stays out, since it is `publish: false` - the proto module is shaded into the runner rather than being a POM dependency, so the published jar is self-contained Snapshots are not releases, so this does not change the runner being absent from released artifacts. -- 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]
