[BUG] Nebula Gradle info plugin upgrade errors
See original GitHub issueDescribe the bug
After upgrading the nebula gradle info plugin (#2831), when applying opensearch.build
plugin in gradle, it is causing the below error:
A problem occurred evaluating root project 'bwc-test'.
> Failed to apply plugin 'nebula.info-basic'.
> Cannot obtain value from provider of system property 'user.name' at configuration time.
Use a provider returned by 'forUseAtConfigurationTime()' instead.
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):
- OS: [e.g. iOS]
- Version [e.g. 22]
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created a year ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Upgrading your build from Gradle 6.x to the latest
Some plugins will break with this new version of Gradle, for example ... Try to run the project and debug any errors using...
Read more >Idea autocomplete ignores third party plugins from gradle
When working over gradle project build script ( build.gradle ) IDEA autocomplete fails to recoginze any types supplied by thirdparty plugins.
Read more >nebula-plugins/gradle-ospackage-plugin - Gitter
Currently "yum install" works fine, but "yum update" doesn't work. Looks like "yum update" runs the preInstall, postInstall (on new rpm version), and...
Read more >Nebula: Netflix's OSS Gradle Plugins - YouTube
Nebula : Netflix's OSS Gradle Plugins presented by Rob Spieldenner at GR8Conf US 2015.
Read more >Bug listing with status UNCONFIRMED as at 2022/12/12 00 ...
Bug :128538 - "sys-apps/coreutils: /bin/hostname should be installed from ... warnings/errors on updating shared mime info database" status:UNCONFIRMED ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @cliu123! Coming from https://github.com/opensearch-project/OpenSearch/issues/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
Closing this issue: