We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14102e8 commit c1c8512Copy full SHA for c1c8512
build.gradle
@@ -225,8 +225,6 @@ if (project.gradle.startParameter.taskNames.any { it.startsWith("checkPart") ||
225
}
226
227
allprojects {
228
- apply plugin: 'elasticsearch.eclipse'
229
- apply plugin: 'elasticsearch.formatting'
230
// bwc_tests_enabled is a ext flag defined in 'elasticsearch.all-projects.gradle'
231
bwc_tests_enabled = bwcTestsEnabled
232
settings.gradle
@@ -171,4 +171,8 @@ if (extraProjects.exists()) {
171
172
gradle.lifecycle.beforeProject {
173
apply plugin:"elasticsearch.all-projects"
174
+
175
+ // unfortunately we cannot nest script plugins
176
+ apply plugin: 'elasticsearch.eclipse'
177
+ apply plugin: 'elasticsearch.formatting'
178
0 commit comments