1b21f20e5b
The san string used by certificate generation for ssl tests currently runs at gradle configuration time. This takes several seconds, and significantly slows down gradle configuration on every invocation. This change wraps the code into a lazy evaluator that will be invoked at runtime, and cache the string once it is generated. Original commit: elastic/x-pack-elasticsearch@812036f416 |
||
---|---|---|
.. | ||
license | ||
qa | ||
x-dev-tools | ||
x-pack | ||
build.gradle | ||
checkstyle_suppressions.xml |