Skip to content

Commit 04f21e5

Browse files
committed
Fixed dependency in build.gradle
Signed-off-by: Owais <owaiskazi19@gmail.com>
1 parent 3cc90f6 commit 04f21e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
dependencies {
1717
implementation project(path: ":${rootProject.name}-spi", configuration: 'shadow')
1818
implementation project(path: ":${rootProject.name}-common", configuration: 'shadow')
19-
implementation project(path: ":${rootProject.name}-memory")
19+
implementation project(path: ":${rootProject.name}-memory", configuration: 'shadow')
2020
compileOnly group: 'org.opensearch', name: 'opensearch', version: "${opensearch_version}"
2121
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
2222
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'

0 commit comments

Comments
 (0)