OpenSearch/buildSrc
Jason Tedor 0eeb080a72
Do not use runtime Java when starting BWC nodes (#43071)
When starting BWC nodes, it could be that runtime Java home is set. Yet,
runtime Java home can advance beyond what a BWC node might be compatible
with. For example, if runtime Java home is set to JDK 13 and we are
starting a 7.1.2 node, we do not have any guarantees that 7.1.2 is
compatible with JDK 13 (since we never did any work to make it so). This
will continue to be the case as JDK releases advance, but we still need
to test against BWC nodes. This commit stops applying runtime Java home
when starting a BWC node. Instead, we would use the bundled JDK.
2019-06-11 10:26:57 -04:00
..
src Do not use runtime Java when starting BWC nodes (#43071) 2019-06-11 10:26:57 -04:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Don't run build-tools integ tests on FIPS (#42986) 2019-06-10 11:52:59 +03:00
version.properties Upgrade to Netty 4.1.36 (#42543) (#42564) 2019-05-27 10:38:03 +02:00