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 f49f19d commit a9216c4Copy full SHA for a9216c4
buildSrc/build.gradle
@@ -24,15 +24,6 @@ plugins {
24
id 'groovy'
25
}
26
27
-gradlePlugin {
28
- plugins {
29
- simplePlugin {
30
- id = 'elasticsearch.clusterformation'
31
- implementationClass = 'org.elasticsearch.gradle.clusterformation.ClusterformationPlugin'
32
- }
33
34
-}
35
-
36
group = 'org.elasticsearch.gradle'
37
38
String minimumGradleVersion = file('src/main/resources/minimumGradleVersion').text.trim()
buildSrc/src/main/resources/META-INF/gradle-plugins/elasticsearch.clusterformation.properties
@@ -0,0 +1 @@
1
+implementation-class=org.elasticsearch.gradle.clusterformation.ClusterformationPlugin
0 commit comments