Disabling dependency license check for now in gradle to unblock jdk8 …#163
Merged
sgup432 merged 1 commit intoopensearch-project:mainfrom Mar 12, 2022
Merged
Conversation
…build Signed-off-by: Sagar Upadhyaya <upasagar@amazon.com>
sruti1312
approved these changes
Mar 12, 2022
kkhatua
approved these changes
Mar 12, 2022
sruti1312
pushed a commit
that referenced
this pull request
Mar 15, 2022
…build (#163) Signed-off-by: Sagar Upadhyaya <upasagar@amazon.com> Co-authored-by: Sagar Upadhyaya <upasagar@amazon.com>
sruti1312
added a commit
that referenced
this pull request
Mar 15, 2022
* Adding 1.3 release notes (#161) * Adding 1.3 release notes Signed-off-by: David Zane <davizane@amazon.com> * Add PA-RCA commits to release notes Signed-off-by: David Zane <davizane@amazon.com> * Remove @ symbol to pass link checker Signed-off-by: David Zane <davizane@amazon.com> * Adding check to avoid adding module export for jdk8 (#162) Signed-off-by: Sagar Upadhyaya <upasagar@amazon.com> Co-authored-by: Sagar Upadhyaya <upasagar@amazon.com> * Updates integTest gradle scripts to run via remote cluster independently (#160) Signed-off-by: sruti1312 <srutiparthiban@gmail.com> * Disabling dependency license check for now in gradle to unblock jdk8 build (#163) Signed-off-by: Sagar Upadhyaya <upasagar@amazon.com> Co-authored-by: Sagar Upadhyaya <upasagar@amazon.com> * Adding CI matrix for jdk 8, 11 and 14 (#159) * Adding CI matrix for jdk 8, 11 and 14 Signed-off-by: Sagar Upadhyaya <upasagar@amazon.com> * Removing exclude tools.jar logic Signed-off-by: Sagar Upadhyaya <upasagar@amazon.com> * Excluding rolling upgrade test for jdk8 Signed-off-by: Sagar Upadhyaya <upasagar@amazon.com> Co-authored-by: Sagar Upadhyaya <upasagar@amazon.com> Signed-off-by: sruti1312 <srutiparthiban@gmail.com> Co-authored-by: David Z <38449481+dzane17@users.noreply.github.com> Co-authored-by: Sagar <99425694+sgup432@users.noreply.github.com> Co-authored-by: Sagar Upadhyaya <upasagar@amazon.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…build
Signed-off-by: Sagar Upadhyaya upasagar@amazon.com
Is your feature request related to a problem? Please provide an existing Issue # , or describe.
Disabling dependency license check to unblock jdk8 build for now. Was failing due to missing tools.jar license.
Doing similar as index-management plugin - https://github.com/opensearch-project/index-management/blob/main/build.gradle#L184
Describe the solution you are proposing
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Check List
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.