OpenSearch/buildSrc
Chris Earle b49635539d Remove support for -Des.* system properties in integration tests
This now requires that system properties passed to Gradle must be in the form of "-Dtests.es.*" instead of
"-Des.*". It then chops off "tests.es." and passes that as a "-E" property to Elasticsearch.

Also changed system properties:

- `tests.logger.level` became `tests.es.logger.level`
- `node.mode` became `tests.es.node.mode`
- `node.local` became `tests.es.node.local`
2016-05-23 19:38:21 -04:00
..
src/main Remove support for -Des.* system properties in integration tests 2016-05-23 19:38:21 -04:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Update to forbiddenapis 2.1 2016-05-22 23:11:37 +02:00
version.properties update http client version to 4.5.2 and http-core 4.4.4 (#18399) 2016-05-20 12:02:42 +02:00