suztomo edited a comment on pull request #14028: URL: https://github.com/apache/beam/pull/14028#issuecomment-799678146
@kennknowles Yes, that matches my understanding. Although some tests failed due to timeout, they passed at dd2df58 . I just removed unnecessary build.gradle for testing (The BEAM-11227_parallel fails the GitHub checks because the vendored artifact is not available in Maven Central yet). My branch BEAM-11227_parallel is reach for you to publish the vendored artifact to staging location. http://s.apache.org/beam-release-vendored-artifacts says: ``` ./gradlew -p vendor/grpc-1_36_0 -PisRelease -PvendoredDependenciesOnly publish ``` This uploads the artifacts to the staging Apache Nexus repository. Would you perform the staging release? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
