|
@@ -109,7 +109,7 @@ subprojects {
|
|
|
ext.projectSubstitutions = [
|
|
|
"org.elasticsearch:rest-api-spec:${version}": ':rest-api-spec',
|
|
|
"org.elasticsearch:elasticsearch:${version}": ':core',
|
|
|
- "org.elasticsearch:test-framework:${version}": ':test-framework',
|
|
|
+ "org.elasticsearch.test:framework:${version}": ':test:framework',
|
|
|
"org.elasticsearch.distribution.integ-test-zip:elasticsearch:${version}": ':distribution:integ-test-zip',
|
|
|
"org.elasticsearch.distribution.zip:elasticsearch:${version}": ':distribution:zip',
|
|
|
"org.elasticsearch.distribution.tar:elasticsearch:${version}": ':distribution:tar',
|
|
@@ -141,8 +141,8 @@ subprojects {
|
|
|
// the dependency is added.
|
|
|
gradle.projectsEvaluated {
|
|
|
allprojects {
|
|
|
- if (project.path == ':test-framework') {
|
|
|
- // :test-framework:test cannot run before and after :core:test
|
|
|
+ if (project.path == ':test:framework') {
|
|
|
+ // :test:framework:test cannot run before and after :core:test
|
|
|
return
|
|
|
}
|
|
|
configurations.all {
|