We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc90f6 commit 04f21e5Copy full SHA for 04f21e5
client/build.gradle
@@ -16,7 +16,7 @@ plugins {
16
dependencies {
17
implementation project(path: ":${rootProject.name}-spi", configuration: 'shadow')
18
implementation project(path: ":${rootProject.name}-common", configuration: 'shadow')
19
- implementation project(path: ":${rootProject.name}-memory")
+ implementation project(path: ":${rootProject.name}-memory", configuration: 'shadow')
20
compileOnly group: 'org.opensearch', name: 'opensearch', version: "${opensearch_version}"
21
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
22
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'
0 commit comments