Skip to content

Commit c260524

Browse files
committed
Reference nmcp by version catalog
1 parent b23b81e commit c260524

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ plugins {
5050
id 'elasticsearch.run-ccs'
5151
id 'elasticsearch.release-tools'
5252
id 'elasticsearch.versions'
53-
id("com.gradleup.nmcp.aggregation").version("0.1.4")
53+
alias(buildLibs.plugins.nmcp.aggregation)
5454
}
5555
version = VersionProperties.elasticsearch
5656
nmcpAggregation {

gradle/build.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ xmlunit-core = "org.xmlunit:xmlunit-core:2.8.2"
4949

5050
[plugins]
5151
ospackage = { id = "com.netflix.nebula.ospackage-base", version = "11.11.2" }
52+
nmcp-aggregation = { id = "com.gradleup.nmcp.aggregation", version = "0.1.4" }

0 commit comments

Comments
 (0)