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 a3d5d33 commit 55c489dCopy full SHA for 55c489d
build-tools-internal/src/main/groovy/elasticsearch.ide.gradle
@@ -110,7 +110,9 @@ if (providers.systemProperty('idea.active').getOrNull() == 'true') {
110
description = 'Builds artifacts needed as dependency for IDE modules'
111
dependsOn ':client:rest-high-level:shadowJar',
112
':plugins:repository-hdfs:hadoop-client-api:shadowJar',
113
- ':libs:elasticsearch-x-content:generateProviderImpl'
+ ':libs:elasticsearch-x-content:generateProviderImpl',
114
+ ':server:generateModulesList',
115
+ ':server:generatePluginsList'
116
}
117
118
idea {
0 commit comments