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/12/29 23:15:21 UTC

[GitHub] [beam] ibzib commented on a change in pull request #16319: [BEAM-13430] Upgrade beam to gradle 7.3.2

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



##########
File path: runners/spark/job-server/spark_job_server.gradle
##########
@@ -52,9 +52,9 @@ configurations.all {
 dependencies {
   implementation project(sparkRunnerProject)
   permitUnusedDeclared project(sparkRunnerProject)
-  implementation project(path: sparkRunnerProject, configuration: "compileOnly")
+  implementation project(sparkRunnerProject)
   validatesPortableRunner project(path: sparkRunnerProject, configuration: "testRuntimeMigration")
-  validatesPortableRunner project(path: sparkRunnerProject, configuration: "compileOnly")

Review comment:
       I think this caused an issue: https://issues.apache.org/jira/browse/BEAM-13569




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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org