File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ if (isEclipse) {
111
111
projects << ' libs:grok-tests'
112
112
projects << ' libs:geo-tests'
113
113
projects << ' libs:ssl-config-tests'
114
+ projects << ' x-pack:plugin:core-tests'
114
115
}
115
116
116
117
include projects. toArray(new String [0 ])
@@ -158,6 +159,8 @@ if (isEclipse) {
158
159
project(" :libs:elasticsearch-ssl-config" ). buildFileName = ' eclipse-build.gradle'
159
160
project(" :libs:elasticsearch-ssl-config-tests" ). projectDir = new File (rootProject. projectDir, ' libs/ssl-config/src/test' )
160
161
project(" :libs:elasticsearch-ssl-config-tests" ). buildFileName = ' eclipse-build.gradle'
162
+ project(" :x-pack:plugin:core-tests" ). projectDir = new File (rootProject. projectDir, ' x-pack/plugin/core/src/test' )
163
+ project(" :x-pack:plugin:core-tests" ). buildFileName = ' eclipse-build.gradle'
161
164
}
162
165
163
166
// look for extra plugins for elasticsearch
You can’t perform that action at this time.
0 commit comments