Skip to content

Commit

Permalink
Add opensearch prefix to plugin name (opensearch-project#38)
Browse files Browse the repository at this point in the history
Adds prefix "opensearch" to plugin name to conform with OpenSearch
plugin standards.

Signed-off-by: John Mazanec <[email protected]>
  • Loading branch information
jmazanec15 authored Oct 28, 2022
1 parent d707db3 commit e6d1b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'jacoco'
apply plugin: "com.diffplug.spotless"
apply plugin: 'io.freefair.lombok'

def pluginName = 'neural-search'
def pluginName = 'opensearch-neural-search'
def pluginDescription = 'A plugin that adds dense neural retrieval into the OpenSearch ecosytem'
def projectPath = 'org.opensearch'
def pathToPlugin = 'neuralsearch.plugin'
Expand Down

0 comments on commit e6d1b54

Please sign in to comment.