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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
* What went wrong:
A problem was found with the configuration of task ':jacocoReport' (type 'JacocoReport').
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
- Gradle detected a problem with the following location: '/Users/runner/work/notifications/notifications/notifications/core-spi/build/jacoco/test.exec'.
See https://docs.gradle.org/8.1.1/userguide/command_line_interface.html#sec:command_line_warnings
Reason: Task ':jacocoReport' uses this output of task ':opensearch-notifications-core-spi:test' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
39 actionable tasks: 39 executed
Possible solutions:
1. Declare task ':opensearch-notifications-core-spi:test' as an input of ':jacocoReport'.
2. Declare an explicit dependency on ':opensearch-notifications-core-spi:test' from ':jacocoReport' using Task#dependsOn.
3. Declare an explicit dependency on ':opensearch-notifications-core-spi:test' from ':jacocoReport' using Task#mustRunAfter.
Please refer to https://docs.gradle.org/8.1.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
* Try:
How can one reproduce the bug?
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
What is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
OS: [e.g. iOS]
Version [e.g. 22]
Plugins
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
What is the bug?
https://github.com/opensearch-project/notifications/actions/runs/5586186210/jobs/10209910378
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: