OpenSearch/buildSrc
Ryan Ernst fc7bd7bfba Build: Fix automatic installation of plugin for integ tests
The esplugin gradle plugin automatically adds the pluging being built to
the integTest cluster. However, there were two issues with this. First
was a bug in the name, which should have been the configured
esplugin.name instead of the project name. Second, the files
configuration was overcomplicated (trying to use the groovy spreader
operator after delaying calls to singleFile). Instead, we can just pass
the file collections (which will just be a single file at execution
time).
2015-11-09 17:27:34 -08:00
..
src/main Build: Fix automatic installation of plugin for integ tests 2015-11-09 17:27:34 -08:00
build.gradle [test] Gradle-ify vagrant tests 2015-11-05 14:28:30 -05:00