Skip to content

Commit dfedf27

Browse files
authored
Make aggregation zip compatible with release manager (#2398) (#2412)
- Update nmcp version on the way - fix typo - use unique name and compatible folder for zip (cherry picked from commit c468d8a)
1 parent 3c9ba83 commit dfedf27

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
@@ -26,7 +26,8 @@ dependencies {
2626

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

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)