-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] debug in intellij shows build failed #15528
Comments
Please assign this to @dblock |
@asifbashar This is not a bug. Copying source code into the plugins folder as is will not work without making non-trivial changes to the gradle files in the plugin. To build the reporting plugin, check out https://github.com/opensearch-project/reporting and build with You can actually run OpenSearch with the reporting plugin together from there too with
If you need to make changes to both the core and the plugin, the easiest it to do the following (I took these from the k-nn plugin developer guide):
You should see a
You can use this output in the reporting project.
I'll close this, but please feel free to ask more questions below. Also, https://opensearch.org/slack.html is the best place to ask general questions like this. |
Describe the bug
I have copied the reporting plugin source to OpenSearch OpenSearch/plugins/reporting
I have loaded the project in Intellij
When I execute "debug 'gradlew'", I get following error
Related component
Plugins
To Reproduce
Expected behavior
starts in debug mode
Additional Details
Plugins
Reporting
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: