[ 
https://issues.apache.org/jira/browse/BEAM-13430?focusedWorklogId=700328&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-700328
 ]

ASF GitHub Bot logged work on BEAM-13430:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Dec/21 23:21
            Start Date: 22/Dec/21 23:21
    Worklog Time Spent: 10m 
      Work Description: TheNeuralBit commented on a change in pull request 
#16319:
URL: https://github.com/apache/beam/pull/16319#discussion_r774228885



##########
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:
       Same question here, and in spark_runner

##########
File path: 
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -1244,7 +1237,7 @@ class BeamModulePlugin implements Plugin<Project> {
 
           project.dependencies {
             shadowTestRuntimeClasspath it.project(path: project.path, 
configuration: "shadowTest")
-            shadowTestRuntimeClasspath it.project(path: project.path, 
configuration: "compileOnly")

Review comment:
       What is the impact of this change, will this affect the artifacts we 
publish?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 700328)
    Time Spent: 21h 10m  (was: 21h)

> Upgrade Gradle version to 7.3
> -----------------------------
>
>                 Key: BEAM-13430
>                 URL: https://issues.apache.org/jira/browse/BEAM-13430
>             Project: Beam
>          Issue Type: Improvement
>          Components: build-system
>            Reporter: Kiley Sok
>            Assignee: Kiley Sok
>            Priority: P1
>          Time Spent: 21h 10m
>  Remaining Estimate: 0h
>
> This is the first version to support Java 17
>  
> https://docs.gradle.org/current/userguide/compatibility.html



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to