Skip to content

Commit 823b3cd

Browse files
committed
Remove dependency on azure shadowjar since it's no longer required
1 parent c5b9fde commit 823b3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/elasticsearch.ide.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if (System.getProperty('idea.active') == 'true') {
9999
tasks.register('buildDependencyArtifacts') {
100100
group = 'ide'
101101
description = 'Builds artifacts needed as dependency for IDE modules'
102-
dependsOn ':client:rest-high-level:shadowJar', ':plugins:repository-hdfs:hadoop-common:shadowJar', ':plugins:repository-azure:azure-storage-blob:shadowJar'
102+
dependsOn ':client:rest-high-level:shadowJar', ':plugins:repository-hdfs:hadoop-common:shadowJar'
103103
}
104104

105105
idea {

0 commit comments

Comments
 (0)