jaketf commented on pull request #11339: URL: https://github.com/apache/beam/pull/11339#issuecomment-629376974
@pabloem 843104d was a pretty simple fix for api surface test ``` git rev-parse HEAD && ./gradlew :sdks:java:io:google-cloud-platform:cleanTest :sdks:java:io:google-cloud-platform:test --tests "org.apache.beam.sdk.io.gcp.GcpApiSurfaceTest" 843104dacaa9a7064247d6870032c9d69d51afe8 Configuration on demand is an incubating feature. > Task :sdks:java:io:google-cloud-platform:compileTestJava Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD SUCCESSFUL in 13s 68 actionable tasks: 2 executed, 66 up-to-date ``` ---------------------------------------------------------------- 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]
