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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. #110

Open
1 of 4 tasks
daniel-jauregui opened this issue Dec 11, 2023 · 1 comment

Comments

@daniel-jauregui
Copy link

I'm submitting a ...

  • bug report
  • feature request
  • maintenance
  • support request => Please do not submit support request here, see note at the top of this template.

What is the current behavior?

Warning message is displayed when use this plugin after each execution:

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

By default, Gradle uses --warning-mode=summary as work around we set --warning-mode=none but we want to know any summary of other plugins in the future. In 9.0 Gradle release this warning will be an error, so as part of the maintenance we would appreciate it very much if you guys have this in the radar for future release.

Warning:

The Project.getConvention() method has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/8.5/userguide/upgrading_version_8.html#deprecated_access_to_conventions

What is the expected behavior?

Do not show deprecation warnings.

What is the motivation / use case for changing the behavior?

Maintenance

Other information

Reviewing with --stacktrace I noticed that it is referring to AllureAdapterBasePlugin.kt file at line 80. But in last commit this part was removed so I don't understand why it goes through a line that should not be there... PSB:

image

@hemisphereinthenowhere
Copy link

I'm also interested when this will be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants