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

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

                Author: ASF GitHub Bot
            Created on: 21/Dec/21 15:45
            Start Date: 21/Dec/21 15:45
    Worklog Time Spent: 10m 
      Work Description: dpcollins-google commented on a change in pull request 
#16307:
URL: https://github.com/apache/beam/pull/16307#discussion_r773244883



##########
File path: sdks/java/extensions/ml/build.gradle
##########
@@ -58,7 +58,8 @@ dependencies {
     testImplementation 'com.google.cloud:google-cloud-recommendations-ai:0.3.7'
     testImplementation 'com.google.cloud:google-cloud-video-intelligence:1.2.0'
     testImplementation 'com.google.cloud:google-cloud-dlp:1.1.4'
-    testImplementation project(path: 
":sdks:java:extensions:google-cloud-platform-core", configuration: 
"testRuntime")
+    testImplementation 
project(":sdks:java:extensions:google-cloud-platform-core")
+    testImplementation project(path: 
":sdks:java:extensions:google-cloud-platform-core", configuration: 
"testRuntimeMigration")

Review comment:
       remove this line, not needed?

##########
File path: sdks/java/extensions/sql/build.gradle
##########
@@ -91,9 +91,10 @@ dependencies {
   testImplementation library.java.quickcheck_core
   testImplementation library.java.testcontainers_kafka
   testImplementation library.java.google_cloud_bigtable_emulator
-  testImplementation project(path: ":sdks:java:io:mongodb", configuration: 
"testRuntime")
-  testImplementation project(path: ":sdks:java:io:thrift", configuration: 
"testRuntime")
-  testImplementation project(path: ":sdks:java:extensions:protobuf", 
configuration: "testRuntime")
+  testImplementation project(path: ":sdks:java:io:mongodb", configuration: 
"testRuntimeMigration")
+  testImplementation project(":sdks:java:io:thrift")
+  testImplementation project(path: ":sdks:java:io:thrift", configuration: 
"testRuntimeMigration")

Review comment:
       ditto

##########
File path: sdks/java/extensions/sql/jdbc/build.gradle
##########
@@ -37,7 +37,8 @@ dependencies {
   implementation "sqlline:sqlline:1.4.0"
   implementation library.java.vendored_guava_26_0_jre
   implementation library.java.vendored_calcite_1_28_0
-  testImplementation project(path: ":sdks:java:io:google-cloud-platform", 
configuration: "testRuntime")
+  testImplementation project(":sdks:java:io:google-cloud-platform")
+  testImplementation project(path: ":sdks:java:io:google-cloud-platform", 
configuration: "testRuntimeMigration")

Review comment:
       ditto




-- 
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: 699458)
    Time Spent: 6.5h  (was: 6h 20m)

> 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: 6.5h
>  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