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



##########
File path: model/fn-execution/build.gradle
##########
@@ -17,17 +17,16 @@
  */
 
 plugins { id 'org.apache.beam.module' }
-applyPortabilityNature(
+/*applyPortabilityNature(
     automaticModuleName: 'org.apache.beam.model.fn.execution',
     shadowJarValidationExcludes: ["org/apache/beam/model/fnexecution/v1/**"]
+)*/
+
+applyJavaNature(
+        enableStrictDependencies: true,

Review comment:
       Since applyJavaNature was not declared here before, i had to explicitly 
create it. I copied the contents of applyPortabilityNature to applyJavaNature 
and too set  enableStrictDependencies: true.
   @ibzib  can you please validate if it is valid approach.
   cc @shehzaadn-vd 




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