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 @@ -26,7 +26,8 @@ dependencies {
2626
2727tasks. named(' zipAggregation' ). configure {
2828 archiveFileName. unset();
29- archiveBaseName. set(" elasticsearch-maven-aggregration" )
29+ archiveBaseName. set(" elasticsearch-hadoop-maven-aggregation" )
30+ destinationDirectory. set(layout. buildDirectory. dir(" distributions" ));
3031 archiveVersion. set(VersionProperties . elasticsearch)
3132}
3233
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