[
https://issues.apache.org/jira/browse/BEAM-13430?focusedWorklogId=711098&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-711098
]
ASF GitHub Bot logged work on BEAM-13430:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jan/22 05:29
Start Date: 19/Jan/22 05:29
Worklog Time Spent: 10m
Work Description: emilymye commented on a change in pull request #16552:
URL: https://github.com/apache/beam/pull/16552#discussion_r787360269
##########
File path: sdks/java/container/common.gradle
##########
@@ -45,6 +45,8 @@ dependencies {
}
task copyDockerfileDependencies(type: Copy) {
+ duplicatesStrategy = DuplicatesStrategy.INCLUDE
Review comment:
I think this might be a new things we need for Gradle 7
(https://github.com/gradle/gradle/issues/17236)
--
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: 711098)
Time Spent: 63h 50m (was: 63h 40m)
> 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: 63h 50m
> 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)