shehzaadn-vd commented on a change in pull request #13688:
URL: https://github.com/apache/beam/pull/13688#discussion_r570935251
##########
File path: sdks/java/io/bigquery-io-perf-tests/build.gradle
##########
@@ -17,15 +17,15 @@
*/
plugins { id 'org.apache.beam.module' }
-applyJavaNature(exportJavadoc: false, publish: false)
+applyJavaNature(enableStrictDependencies:true,exportJavadoc: false, publish:
false)
provideIntegrationTestingDependencies()
enableJavaPerformanceTesting()
description = "Apache Beam :: SDKs :: Java :: Google BigQuery IO Performance
tests"
ext.summary = "Performance tests for Google BigQuery IO sources and sinks"
dependencies {
- compile library.java.google_api_services_bigquery
+ testImplementation library.java.google_api_services_bigquery
Review comment:
No need for compile+permitUnusedDeclared here since this
bigquery-io-perf-tests just contains tests.
----------------------------------------------------------------
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]