Skip to content

Commit 56bdc32

Browse files
committed
Add build tools artifacts to aggregation zip
1 parent f26d5b6 commit 56bdc32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ nmcpAggregation {
6767
publishAllProjectsProbablyBreakingProjectIsolation()
6868
}
6969

70+
tasks.named('zipAggregation').configure {
71+
dependsOn gradle.includedBuild('build-tools').task(':zipElasticPublication')
72+
from(zipTree(gradle.includedBuild('build-tools').task(':zipElasticPublication').resolveTask().archiveFile.get()))
73+
}
74+
7075
/**
7176
* This is a convenient method for declaring test artifact dependencies provided by the internal
7277
* test artifact plugin. It replaces basically the longer dependency notation with explicit capability

0 commit comments

Comments
 (0)