File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ dependencies {
2525
2626tasks. named(' zipAggregation' ). configure {
2727 archiveFileName. unset();
28- archiveBaseName. set(" elasticsearch-maven-aggregration" )
28+ archiveBaseName. set(" elasticsearch-hadoop-maven-aggregation" )
29+ destinationDirectory. set(layout. buildDirectory. dir(" distributions" ));
2930 archiveVersion. set(VersionProperties . elasticsearch)
3031}
3132
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ dependencies {
7272 // Required for dependency licenses task
7373 implementation ' org.apache.rat:apache-rat:0.11'
7474 implementation ' commons-codec:commons-codec:1.12'
75- implementation ' com.gradleup.nmcp:nmcp:0.1.4 '
75+ implementation ' com.gradleup.nmcp:nmcp:0.1.5 '
7676
7777 if (localRepo) {
7878 implementation name : " build-tools-${ buildToolsVersion} "
You can’t perform that action at this time.
0 commit comments