You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/02/24 02:27:01 UTC

[GitHub] [beam] ibzib commented on a change in pull request #14052: [BEAM-10961] enable strict dependency checking for sdks/java/io/file-based-io-tests

ibzib commented on a change in pull request #14052:
URL: https://github.com/apache/beam/pull/14052#discussion_r581570521



##########
File path: sdks/java/io/file-based-io-tests/build.gradle
##########
@@ -17,7 +17,7 @@
  */
 
 plugins { id 'org.apache.beam.module' }
-applyJavaNature(exportJavadoc: false, publish: false)
+applyJavaNature(enableStrictDependencies:true,exportJavadoc: false, publish: false)

Review comment:
       nit: spacing
   ```suggestion
   applyJavaNature(enableStrictDependencies: true, exportJavadoc: false, publish: false)
   ```




----------------------------------------------------------------
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:
users@infra.apache.org