tonytanger commented on code in PR #25364:
URL: https://github.com/apache/beam/pull/25364#discussion_r1102103343
##########
sdks/java/io/google-cloud-platform/build.gradle:
##########
@@ -18,7 +18,13 @@
import groovy.json.JsonOutput
-plugins { id 'org.apache.beam.module' }
+plugins {
+ id 'org.apache.beam.module'
+ // For resolving Cloud Bigtable dependencies from custom registry that
includes Change Stream API.
+ id "maven-publish"
Review Comment:
The complication, and I couldn't figure this out, is the URL is
`artifactregistry` which requires
`com.google.cloud.artifactregistry.gradle-plugin` plugin. It's not obvious how
to include the plugin in Repositories.groovy.
--
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]