-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] Nebula Gradle info plugin upgrade errors #3002
Comments
@VachaShah I see that we are using the upgraded version on main currently. Does this mean that plugins are currently broken on main (3.0) because of this? |
Yes I created the issue so that it can fixed on main, we can revert it as well. @Poojita-Raj were you able to see what the issue was? |
Another PR related to the same package: #3250 |
Hi @cliu123! Coming from #2987. I tried to change the gradle version here to 7.3.3-bin and bwc test did pass for me. Can you try it out and let us know if it resolves the issue?
With 7.3.3-bin gradle version
|
The change causing this failure was part of the 11.3.3 release in this PR, which removed the graceful fallback. nebula-plugins/gradle-info-plugin#97 Looking into appropriate resolution. |
This appears to have been a bug in Gradle 6.X which was fixed in Gradle 7: gradle/gradle#13333 The failing github action in the link was running on Gradle 6.9. Believe no action is required here other than to ensure Gradle 7.x+ is used to build. |
@saratvemulapalli This seems unrelated. Different plugin, different error message. I'll be reviewing the gradle wrapper configs site-wide. |
Identified3 plugins using 6.x gradle wrapper. Will submit PRs to update. |
Closing this issue:
|
Describe the bug
After upgrading the nebula gradle info plugin (#2831), when applying
opensearch.build
plugin in gradle, it is causing the below error:Security plugin faced this issue when moving to 2.0 for bwc tests - #2987
To Reproduce
Steps to reproduce the behavior:
Added in #2987
Expected behavior
The upgrade does not cause errors.
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: