Fix pom for build-tools (#33300)
Looks like `java-gradle-plugin` reconfigures the pom. Stop using it since we don't publish to Gradle plugin portal.
This commit is contained in:
parent
a84a20844b
commit
db3d32ce91
|
@ -24,15 +24,6 @@ plugins {
|
||||||
id 'groovy'
|
id 'groovy'
|
||||||
}
|
}
|
||||||
|
|
||||||
gradlePlugin {
|
|
||||||
plugins {
|
|
||||||
simplePlugin {
|
|
||||||
id = 'elasticsearch.clusterformation'
|
|
||||||
implementationClass = 'org.elasticsearch.gradle.clusterformation.ClusterformationPlugin'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
group = 'org.elasticsearch.gradle'
|
group = 'org.elasticsearch.gradle'
|
||||||
|
|
||||||
String minimumGradleVersion = file('src/main/resources/minimumGradleVersion').text.trim()
|
String minimumGradleVersion = file('src/main/resources/minimumGradleVersion').text.trim()
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
implementation-class=org.elasticsearch.gradle.clusterformation.ClusterformationPlugin
|
Loading…
Reference in New Issue