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 b23b81e commit c260524Copy full SHA for c260524
build.gradle
@@ -50,7 +50,7 @@ plugins {
50
id 'elasticsearch.run-ccs'
51
id 'elasticsearch.release-tools'
52
id 'elasticsearch.versions'
53
- id("com.gradleup.nmcp.aggregation").version("0.1.4")
+ alias(buildLibs.plugins.nmcp.aggregation)
54
}
55
version = VersionProperties.elasticsearch
56
nmcpAggregation {
gradle/build.versions.toml
@@ -49,3 +49,4 @@ xmlunit-core = "org.xmlunit:xmlunit-core:2.8.2"
49
[plugins]
ospackage = { id = "com.netflix.nebula.ospackage-base", version = "11.11.2" }
+nmcp-aggregation = { id = "com.gradleup.nmcp.aggregation", version = "0.1.4" }
0 commit comments