Skip to content

Commit 9af6856

Browse files
authored
Fix Intellij integration (#85866)
Remove the ':modules:repository-azure:azure-storage-blob:shadowJar' task which was removed in 351d234
1 parent 351d234 commit 9af6856

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ if (providers.systemProperty('idea.active').getOrNull() == 'true') {
9090
description = 'Builds artifacts needed as dependency for IDE modules'
9191
dependsOn ':client:rest-high-level:shadowJar',
9292
':plugins:repository-hdfs:hadoop-client-api:shadowJar',
93-
':modules:repository-azure:azure-storage-blob:shadowJar',
9493
':libs:elasticsearch-x-content:generateProviderImpl'
9594
}
9695

0 commit comments

Comments
 (0)