Skip to content

Commit

Permalink
Remove leftover from plugin template
Browse files Browse the repository at this point in the history
Removing OpenSearch plugin template leftover from `build.gradle`.

See: Aiven-Open#9

Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
  • Loading branch information
lukas-vlcek committed Jan 30, 2023
1 parent c50d44c commit d8d5ac1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ def pluginDescription = pluginDescription
//def pathToPlugin = 'path.to.plugin'
def pluginClassName = pluginClassname

//tasks.register("preparePluginPathDirs") {
// mustRunAfter clean
// doLast {
// def newPath = pathToPlugin.replace(".", "/")
// mkdir "src/main/java/org/opensearch/$newPath"
// mkdir "src/test/java/org/opensearch/$newPath"
// mkdir "src/yamlRestTest/java/org/opensearch/$newPath"
// }
//}

opensearchplugin {
name pluginName
description pluginDescription
Expand Down

0 comments on commit d8d5ac1

Please sign in to comment.