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
7171 buildReleaseArtifacts \
7272 exportCompressedDockerImages \
7373 exportDockerContexts \
74+ :zipAggregation \
7475 :distribution:generateDependenciesReport
7576
7677PATH=" $PATH :${JAVA_HOME} /bin" # Required by the following script
Original file line number Diff line number Diff line change @@ -68,6 +68,12 @@ nmcpAggregation {
6868}
6969
7070tasks. 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+
7177 dependsOn gradle. includedBuild(' build-tools' ). task(' :zipElasticPublication' )
7278 from(zipTree(gradle. includedBuild(' build-tools' ). task(' :zipElasticPublication' ). resolveTask(). archiveFile. get()))
7379}
You can’t perform that action at this time.
0 commit comments