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 0a6614a commit 76cefb0Copy full SHA for 76cefb0
buildSrc/src/main/groovy/org/elasticsearch/gradle/BuildPlugin.groovy
@@ -66,7 +66,7 @@ class BuildPlugin implements Plugin<Project> {
66
void apply(Project project) {
67
if (project.pluginManager.hasPlugin('elasticsearch.standalone-rest-test')) {
68
throw new InvalidUserDataException('elasticsearch.standalone-test, '
69
- + 'elasticearch.standalone-rest-test, and elasticsearch.build '
+ + 'elasticsearch.standalone-rest-test, and elasticsearch.build '
70
+ 'are mutually exclusive')
71
}
72
final String minimumGradleVersion
0 commit comments