Skip to content

Commit

Permalink
Correct typo in BuildPlugin exception message (elastic#35458)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-vlcek authored and Christoph Büscher committed Nov 13, 2018
1 parent 0a6614a commit 76cefb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class BuildPlugin implements Plugin<Project> {
void apply(Project project) {
if (project.pluginManager.hasPlugin('elasticsearch.standalone-rest-test')) {
throw new InvalidUserDataException('elasticsearch.standalone-test, '
+ 'elasticearch.standalone-rest-test, and elasticsearch.build '
+ 'elasticsearch.standalone-rest-test, and elasticsearch.build '
+ 'are mutually exclusive')
}
final String minimumGradleVersion
Expand Down

0 comments on commit 76cefb0

Please sign in to comment.