mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[GRADLE] Fix idea setup after removing :plugins:repository-hdfs:hadoop-client-api (#123056) (#123057)
This commit is contained in:
parent
e41a855bd5
commit
610e4ac049
1 changed files with 1 additions and 2 deletions
|
@ -132,8 +132,7 @@ if (providers.systemProperty('idea.active').getOrNull() == 'true') {
|
|||
tasks.register('buildDependencyArtifacts') {
|
||||
group = 'ide'
|
||||
description = 'Builds artifacts needed as dependency for IDE modules'
|
||||
dependsOn([':plugins:repository-hdfs:hadoop-client-api:jar',
|
||||
':x-pack:plugin:esql:compute:ann:jar',
|
||||
dependsOn([':x-pack:plugin:esql:compute:ann:jar',
|
||||
':x-pack:plugin:esql:compute:gen:jar',
|
||||
':server:generateModulesList',
|
||||
':server:generatePluginsList',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue