Skip to content

Commit

Permalink
Remove dependency on azure shadowjar since it's no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed May 27, 2021
1 parent c5b9fde commit 823b3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/elasticsearch.ide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 823b3cd

Please sign in to comment.