Skip to content

Commit 76cefb0

Browse files
lukas-vlcekChristoph Büscher
authored andcommitted
Correct typo in BuildPlugin exception message (#35458)
1 parent 0a6614a commit 76cefb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/org/elasticsearch/gradle/BuildPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class BuildPlugin implements Plugin<Project> {
6666
void apply(Project project) {
6767
if (project.pluginManager.hasPlugin('elasticsearch.standalone-rest-test')) {
6868
throw new InvalidUserDataException('elasticsearch.standalone-test, '
69-
+ 'elasticearch.standalone-rest-test, and elasticsearch.build '
69+
+ 'elasticsearch.standalone-rest-test, and elasticsearch.build '
7070
+ 'are mutually exclusive')
7171
}
7272
final String minimumGradleVersion

0 commit comments

Comments
 (0)