-
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
[Rename] Fix gradle build as part of the renaming process. #397
[Rename] Fix gradle build as part of the renaming process. #397
Conversation
✅ DCO Check Passed |
1 similar comment
✅ DCO Check Passed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good! Left some comments and questions for others feedback that we should close on before merging.
✅ DCO Check Passed |
This commit comments out the `opensearch_distibutions` task which seems to be broken at this moment. Signed-off-by: Rabi Panda <[email protected]>
- uncomment task in builds for which it's not failing - add issue url to the builds for which the task is failing Signed-off-by: Rabi Panda <[email protected]>
Signed-off-by: Rabi Panda <[email protected]>
Signed-off-by: Rabi Panda <[email protected]>
✅ DCO Check Passed |
Signed-off-by: Rabi Panda <[email protected]>
✅ DCO Check Passed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanx! LGTM!
This commit fixes the currently broken gradle build resulted from the renaming work. It reverts a few dependencies and comments out the `opensearch_distibutions` task which is currently failing for some builds. We will address these separately in the future once we have a working build. Signed-off-by: Rabi Panda <[email protected]>
This commit fixes the currently broken gradle build resulted from the renaming work. It reverts a few dependencies and comments out the `opensearch_distibutions` task which is currently failing for some builds. We will address these separately in the future once we have a working build. Signed-off-by: Rabi Panda <[email protected]>
Relates #160
Currently the
gradle
build is not working and this commit tries to fix that.Temporarily comments out the
opensearch_distibutions
task which seems to be broken at this moment.Signed-off-by: Rabi Panda [email protected]