File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ echo --- Building release artifacts
71
71
buildReleaseArtifacts \
72
72
exportCompressedDockerImages \
73
73
exportDockerContexts \
74
+ :zipAggregation \
74
75
:distribution:generateDependenciesReport
75
76
76
77
PATH=" $PATH :${JAVA_HOME} /bin" # Required by the following script
Original file line number Diff line number Diff line change @@ -68,6 +68,12 @@ nmcpAggregation {
68
68
}
69
69
70
70
tasks. named(' zipAggregation' ). configure {
71
+ // put this in a place that works well with our DRA infrastructure
72
+ archiveFileName. unset();
73
+ archiveBaseName. set(" elasticsearch-maven-aggregation" )
74
+ archiveVersion. set(VersionProperties . elasticsearch)
75
+ destinationDirectory. set(layout. buildDirectory. dir(" distributions" ));
76
+
71
77
dependsOn gradle. includedBuild(' build-tools' ). task(' :zipElasticPublication' )
72
78
from(zipTree(gradle. includedBuild(' build-tools' ). task(' :zipElasticPublication' ). resolveTask(). archiveFile. get()))
73
79
}
You can’t perform that action at this time.
0 commit comments