Skip to content
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

Fix build.gradle (#381) #384

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Conversation

AlexRuiz7
Copy link
Member

Description

Port #381

Issues Resolved

Resolves #336

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • Public documentation issue/PR created

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

* Fix build.gradle

* Fix build.gradle

* Undo changes
@AlexRuiz7 AlexRuiz7 self-assigned this Sep 9, 2024
@AlexRuiz7 AlexRuiz7 requested a review from a team as a code owner September 9, 2024 12:23
@AlexRuiz7 AlexRuiz7 linked an issue Sep 9, 2024 that may be closed by this pull request
4 tasks
@AlexRuiz7
Copy link
Member Author

Packages building failed: https://github.com/wazuh/wazuh-indexer/actions/runs/10770818549/job/29864989060

Caused by:

Error: Exception in thread "main" java.lang.IllegalArgumentException: Plugin [wazuh-indexer-setup] was built for OpenSearch version 2.15.0 but version 2.16.0 is running

Upgrading the plugin to the new version.

@AlexRuiz7
Copy link
Member Author

@AlexRuiz7 AlexRuiz7 merged commit 5d11d9d into master Sep 9, 2024
12 of 13 checks passed
@AlexRuiz7 AlexRuiz7 deleted the ci/336-fix-build.gradle-on-master branch September 9, 2024 14:55
AlexRuiz7 added a commit that referenced this pull request Nov 8, 2024
* Fix build.gradle

* Fix build.gradle

* Undo changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility with OpenSearch 2.16.0
2 participants