Skip to content

Commit a406ef1

Browse files
authored
Fix eclipse project file generation (#44080)
1 parent 88ee47c commit a406ef1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

settings.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ if (isEclipse) {
111111
projects << 'libs:grok-tests'
112112
projects << 'libs:geo-tests'
113113
projects << 'libs:ssl-config-tests'
114+
projects << 'x-pack:plugin:core-tests'
114115
}
115116

116117
include projects.toArray(new String[0])
@@ -158,6 +159,8 @@ if (isEclipse) {
158159
project(":libs:elasticsearch-ssl-config").buildFileName = 'eclipse-build.gradle'
159160
project(":libs:elasticsearch-ssl-config-tests").projectDir = new File(rootProject.projectDir, 'libs/ssl-config/src/test')
160161
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'
161164
}
162165

163166
// look for extra plugins for elasticsearch

0 commit comments

Comments
 (0)