You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
What is the current behavior?
Warning message is displayed when use this plugin after each execution:
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:
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:The text was updated successfully, but these errors were encountered: