Skip to content

Commit 50b7063

Browse files
authored
Merge pull request #106 from cwperks/javaagent
Apply java-agent plugin to fix ClassNotFound issue
2 parents 438bf81 + ca41718 commit 50b7063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ apply plugin: 'eclipse'
66
apply plugin: 'opensearch.opensearchplugin'
77
apply plugin: 'opensearch.yaml-rest-test'
88
apply plugin: 'opensearch.pluginzip'
9+
apply plugin: 'opensearch.java-agent'
910

1011
def pluginName = 'rename'
1112
def pluginDescription = 'Custom plugin'

0 commit comments

Comments
 (0)