Skip to content

Commit c468d8a

Browse files
authored
Make aggregation zip compatible with release manager (#2398)
- Update nmcp version on the way - fix typo - use unique name and compatible folder for zip
1 parent 9d2dac9 commit c468d8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ dependencies {
2525

2626
tasks.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

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)