sonam-vend commented on a change in pull request #13688:
URL: https://github.com/apache/beam/pull/13688#discussion_r561123236



##########
File path: sdks/java/io/google-cloud-platform/build.gradle
##########
@@ -20,7 +20,7 @@ import groovy.json.JsonOutput
 
 plugins { id 'org.apache.beam.module' }
 applyJavaNature(
-
+  //enableStrictDependencies:true,

Review comment:
       If I enableStrictDependencies here,I am getting:
   ```
   * What went wrong:
   Execution failed for task 
':sdks:java:io:google-cloud-platform:analyzeClassesDependencies'.
   > No signature of method: 
ca.cutterslade.gradle.analyze.AnalyzeDependenciesTask$_action_closure3$_closure8.doCall()
 is applicable for argument types: 
(org.gradle.api.internal.artifacts.PreResolvedResolvableArtifact) values: 
[beam-runners-core-java.jar (project :runners:core-java)]
     Possible solutions: findAll(), findAll(), isCase(java.lang.Object), 
isCase(java.lang.Object)
   
   ```




----------------------------------------------------------------
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]


Reply via email to