Skip to content

Commit 4a91bb3

Browse files
Adds spi dependency on client compileJava task
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
1 parent 7b8b28b commit 4a91bb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
}
3434

3535
dependencies {
36-
compileOnly "org.opensearch:opensearch:${opensearch_version}"
36+
compileOnly group: 'org.opensearch', name: 'opensearch', version: "${opensearch_version}"
3737
compileOnly project(path: ":opensearch-resource-sharing-spi", configuration: "shadow")
3838
compileOnly project(":")
3939
}
@@ -103,3 +103,5 @@ publishing {
103103
}
104104
}
105105
}
106+
107+
compileJava.dependsOn(":opensearch-resource-sharing-spi:jar")

0 commit comments

Comments
 (0)