Skip to content

Commit

Permalink
Generate server resources on IDE import (#90420)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira authored Sep 27, 2022
1 parent a3d5d33 commit 55c489d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ if (providers.systemProperty('idea.active').getOrNull() == 'true') {
description = 'Builds artifacts needed as dependency for IDE modules'
dependsOn ':client:rest-high-level:shadowJar',
':plugins:repository-hdfs:hadoop-client-api:shadowJar',
':libs:elasticsearch-x-content:generateProviderImpl'
':libs:elasticsearch-x-content:generateProviderImpl',
':server:generateModulesList',
':server:generatePluginsList'
}

idea {
Expand Down

0 comments on commit 55c489d

Please sign in to comment.