OpenSearch/buildSrc
Ryan Ernst 9373382155 Build: Use ant exec for starting elasticsearch in integ tests
Currently elasticsearch in integ tests is started using an ant task on
windows, or gradle exec on everything else. However, gradle exec has
some flaws, one being Ctrl-C does not run finalizedBy tasks, which means
interrupting integ tests will leak a jvm. This change makes all systems
use ant exec. One caveat is, if there is any output by the jvm, we lose
it in ant bit heaven. But this is no different than what we had with
gradle. In the future, we should look at using a separate thread to
pump streams from the elasticsearch process.

closes #14701
2015-11-12 22:43:38 -08:00
..
src/main Build: Use ant exec for starting elasticsearch in integ tests 2015-11-12 22:43:38 -08:00
build.gradle Add back eclipse configuration to buildSrc 2015-11-10 07:30:11 -08:00
version.properties Build: Remove transitive dependencies 2015-11-10 15:01:41 -08:00