File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ subprojects {
41
41
]
42
42
}
43
43
44
+ ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-ccr:${ version} " : xpackModule(' ccr' )]
44
45
ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-core:${ version} " : xpackModule(' core' )]
45
46
ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-deprecation:${ version} " : xpackModule(' deprecation' )]
46
47
ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-graph:${ version} " : xpackModule(' graph' )]
@@ -51,5 +52,4 @@ subprojects {
51
52
ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-sql:${ version} " : xpackModule(' sql' )]
52
53
ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-upgrade:${ version} " : xpackModule(' upgrade' )]
53
54
ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-watcher:${ version} " : xpackModule(' watcher' )]
54
- ext. projectSubstitutions + = [ " org.elasticsearch.plugin:x-pack-ccr:${ version} " : xpackModule(' ccr' )]
55
55
}
You can’t perform that action at this time.
0 commit comments