Skip to content

Commit a9216c4

Browse files
committed
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.
1 parent f49f19d commit a9216c4

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

buildSrc/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ plugins {
2424
id 'groovy'
2525
}
2626

27-
gradlePlugin {
28-
plugins {
29-
simplePlugin {
30-
id = 'elasticsearch.clusterformation'
31-
implementationClass = 'org.elasticsearch.gradle.clusterformation.ClusterformationPlugin'
32-
}
33-
}
34-
}
35-
3627
group = 'org.elasticsearch.gradle'
3728

3829
String minimumGradleVersion = file('src/main/resources/minimumGradleVersion').text.trim()
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
implementation-class=org.elasticsearch.gradle.clusterformation.ClusterformationPlugin

0 commit comments

Comments
 (0)