We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26d5b6 commit 56bdc32Copy full SHA for 56bdc32
build.gradle
@@ -67,6 +67,11 @@ nmcpAggregation {
67
publishAllProjectsProbablyBreakingProjectIsolation()
68
}
69
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
+
75
/**
76
* This is a convenient method for declaring test artifact dependencies provided by the internal
77
* test artifact plugin. It replaces basically the longer dependency notation with explicit capability
0 commit comments