shehzaadn-vd commented on a change in pull request #13791:
URL: https://github.com/apache/beam/pull/13791#discussion_r565814099
##########
File path: sdks/java/io/google-cloud-platform/build.gradle
##########
@@ -31,17 +31,20 @@ ext.summary = "IO library to read and write Google Cloud
Platform systems from B
dependencies {
compile enforcedPlatform(library.java.google_cloud_platform_libraries_bom)
compile project(path: ":sdks:java:core", configuration: "shadow")
- compile project(":sdks:java:expansion-service")
+ testCompile project(":sdks:java:expansion-service")
Review comment:
> Run Python 3.8 PostCommit
@ibzib I see the error
Error: Could not find or load main class
org.apache.beam.sdk.expansion.service.ExpansionService
Changing to runtimeOnly.
----------------------------------------------------------------
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]