Skip to content

Commit 413fc89

Browse files
MebsinanoCharger
andauthored
Publish legacy module for downstream reuse in unified-ppl (#4015)
* add datasources submodule Signed-off-by: cnoramut <[email protected]> * add legacy since datasources need it Signed-off-by: cnoramut <[email protected]> --------- Signed-off-by: cnoramut <[email protected]> Signed-off-by: Louis Chu <[email protected]> Co-authored-by: Louis Chu <[email protected]>
1 parent 99724d9 commit 413fc89

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', 'datasources']
165+
def publishedModules = ['api', 'sql', 'ppl', 'core', 'opensearch', 'common', 'protocol', 'datasources', 'legacy']
166166
if (publishedModules.contains(name)) {
167167
apply plugin: 'java-library'
168168
apply plugin: 'maven-publish'

0 commit comments

Comments
 (0)