Skip to content

Commit 610e4ac

Browse files
authored
[GRADLE] Fix idea setup after removing :plugins:repository-hdfs:hadoop-client-api (#123056) (#123057)
1 parent e41a855 commit 610e4ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build-tools-internal/src/main/groovy/elasticsearch.ide.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ if (providers.systemProperty('idea.active').getOrNull() == 'true') {
132132
tasks.register('buildDependencyArtifacts') {
133133
group = 'ide'
134134
description = 'Builds artifacts needed as dependency for IDE modules'
135-
dependsOn([':plugins:repository-hdfs:hadoop-client-api:jar',
136-
':x-pack:plugin:esql:compute:ann:jar',
135+
dependsOn([':x-pack:plugin:esql:compute:ann:jar',
137136
':x-pack:plugin:esql:compute:gen:jar',
138137
':server:generateModulesList',
139138
':server:generatePluginsList',

0 commit comments

Comments
 (0)