-
Notifications
You must be signed in to change notification settings - Fork 30
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
[Backport 2.x] Change js to jar dependency #80
[Backport 2.x] Change js to jar dependency #80
Conversation
Signed-off-by: zane-neo <[email protected]>
Signed-off-by: zane-neo <[email protected]>
Signed-off-by: zane-neo <[email protected]>
Signed-off-by: zane-neo <[email protected]>
Signed-off-by: zane-neo <[email protected]>
Signed-off-by: zane-neo <[email protected]>
Signed-off-by: zane-neo <[email protected]>
Signed-off-by: zane-neo <[email protected]>
Signed-off-by: zane-neo <[email protected]>
build.gradle
Outdated
@@ -70,15 +70,14 @@ apply plugin: 'opensearch.testclusters' | |||
apply plugin: 'opensearch.pluginzip' | |||
|
|||
def sqlJarDirectory = "$buildDir/dependencies/opensearch-sql-plugin" | |||
def jsJarDirectory = "$buildDir/dependencies/opensearch-job-scheduler" | |||
def adJarDirectory = "$buildDir/dependencies/opensearch-anomaly-detection" | |||
def adJarDirectory = "$buildDir/dependencies/opensearch-time-series-analytics" |
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.
Any reference to time-series-analytics should be reverted to anomaly-detection. The name change is only tracked on main
.
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.
done
…tection Signed-off-by: zane-neo <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #80 +/- ##
=========================================
Coverage 82.18% 82.18%
Complexity 151 151
=========================================
Files 12 12
Lines 870 870
Branches 115 115
=========================================
Hits 715 715
Misses 97 97
Partials 58 58 ☔ View full report in Codecov by Sentry. |
This change could cause gradle run error, closing this and will create another PR. |
Description
Change js to jar dependency, backport of: #74
Issues Resolved
[List any issues this PR will resolve]
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.