File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ subprojects {
4141 ]
4242 }
4343
44+ ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-ccr:${ version} " : xpackModule(' ccr' )]
4445 ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-core:${ version} " : xpackModule(' core' )]
4546 ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-deprecation:${ version} " : xpackModule(' deprecation' )]
4647 ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-graph:${ version} " : xpackModule(' graph' )]
@@ -51,5 +52,4 @@ subprojects {
5152 ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-sql:${ version} " : xpackModule(' sql' )]
5253 ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-upgrade:${ version} " : xpackModule(' upgrade' )]
5354 ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-watcher:${ version} " : xpackModule(' watcher' )]
54- ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-ccr:${ version} " : xpackModule(' ccr' )]
5555}
You can’t perform that action at this time.
0 commit comments