Skip to content

Commit 99724d9

Browse files
authored
add datasources submodule (#3935)
1 parent c0858b5 commit 99724d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ subprojects {
162162
}
163163

164164
// Publish internal modules as Maven artifacts for external use, such as by opensearch-spark and opensearch-cli.
165-
def publishedModules = ['api', 'sql', 'ppl', 'core', 'opensearch', 'common', 'protocol']
165+
def publishedModules = ['api', 'sql', 'ppl', 'core', 'opensearch', 'common', 'protocol', 'datasources']
166166
if (publishedModules.contains(name)) {
167167
apply plugin: 'java-library'
168168
apply plugin: 'maven-publish'

0 commit comments

Comments
 (0)