Browse Source

Remove dependency on azure shadowjar since it's no longer required

Mark Vieira 4 years ago
parent
commit
823b3cdfa8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      buildSrc/src/main/groovy/elasticsearch.ide.gradle

+ 1 - 1
buildSrc/src/main/groovy/elasticsearch.ide.gradle

@@ -99,7 +99,7 @@ if (System.getProperty('idea.active') == 'true') {
   tasks.register('buildDependencyArtifacts') {
     group = 'ide'
     description = 'Builds artifacts needed as dependency for IDE modules'
-    dependsOn ':client:rest-high-level:shadowJar', ':plugins:repository-hdfs:hadoop-common:shadowJar', ':plugins:repository-azure:azure-storage-blob:shadowJar'
+    dependsOn ':client:rest-high-level:shadowJar', ':plugins:repository-hdfs:hadoop-common:shadowJar'
   }
 
   idea {