Change to x-plugins directory name instead of extra-plugin-x-plugins

Original commit: elastic/x-pack-elasticsearch@2b609414b7
This commit is contained in:
Ryan Ernst 2015-11-23 14:45:24 -08:00
parent 2f4dca744f
commit c53390cbdf

@ -1,5 +1,5 @@
if (project.projectDir.name != 'extra-plugin-x-plugins') {
throw new GradleException('You must checkout x-plugins in a directory named extra-plugin-x-plugins')
if (project.projectDir.name != 'x-plugins') {
throw new GradleException('You must checkout x-plugins in a directory named x-plugins next to elasticsearch')
}
/*