Skip to content

Commit

Permalink
Removed ES reference from build.gradle (#562)
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 authored Apr 18, 2022
1 parent 4522664 commit 6fda8f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ afterEvaluate {
release = isSnapshot ? "0.1" : '1'
version = "${project.version}" - "-SNAPSHOT"

into '/usr/share/elasticsearch/plugins'
into '/usr/share/opensearch/plugins'
from(zipTree(bundlePlugin.archivePath)) {
into opensearchplugin.name
}
Expand All @@ -131,7 +131,7 @@ afterEvaluate {
fileMode 0644
dirMode 0755

requires('elasticsearch-oss', versions.elasticsearch, EQUAL)
requires('opensearch', versions.opensearch, EQUAL)
packager = 'Amazon'
vendor = 'Amazon'
os = 'LINUX'
Expand All @@ -142,7 +142,7 @@ afterEvaluate {
url 'https://www.opensearch.org/downloads.html'
summary '''
SQL plugin for OpenSearch.
Reference documentation can be found at https://docs-beta.opensearch.org/.
Reference documentation can be found at https://opensearch.org/docs/latest/search-plugins/sql/index/.
'''.stripIndent().replace('\n', ' ').trim()
}

Expand Down

0 comments on commit 6fda8f7

Please sign in to comment.