Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrating to Gradle v7 #1335

Closed
freddidierRTE opened this issue Jun 30, 2021 · 4 comments · Fixed by #1544
Closed

Migrating to Gradle v7 #1335

freddidierRTE opened this issue Jun 30, 2021 · 4 comments · Fixed by #1544
Assignees

Comments

@freddidierRTE
Copy link
Contributor

freddidierRTE commented Jun 30, 2021

Mostly :

  • Replacing deprecated configurations (compile & testCompile)
  • Fix "Implicit duplicate strategy for Copy or archive tasks has been deprecated"
  • Fix Asciidoctor plugin deprecation warning
@AlexGuironnetRTE
Copy link
Member

AlexGuironnetRTE commented Jul 26, 2021

Build scan from 6.9 build for reference: https://scans.gradle.com/s/c2q5wbtpwl524

It's also listing deprecations: https://scans.gradle.com/s/c2q5wbtpwl524/deprecations

@AlexGuironnetRTE
Copy link
Member

AlexGuironnetRTE commented Jul 27, 2021

About "Implicit duplicate strategy for Copy or archive tasks has been deprecated":

The problem is that we have this warning on the processResources task that is created by the Java plugin, so it is difficult to know which files (if any) are causing the issue, and which other plugin is to blame for the duplicate.

It looks like other people have the same issue with different plugins but it's not going to be fixed: gradle/gradle#17236

Logged #1543

AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
@AlexGuironnetRTE
Copy link
Member

Build scan in v7: https://scans.gradle.com/s/ct2thtkuxmx3a

AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
AlexGuironnetRTE added a commit that referenced this issue Jul 27, 2021
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
@AlexGuironnetRTE AlexGuironnetRTE added this to To do in Release 2.9.0 via automation Jul 28, 2021
@AlexGuironnetRTE AlexGuironnetRTE moved this from To do to Done in Release 2.9.0 Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Release 2.9.0
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants