OpenSearch/buildSrc/src
Ryan Ernst c6a8913c38 Fix java home validation usage by tasks (#49204)
Tasks intending to use a particular java home provided by JAVA<N>_HOME
use the getJavaHome method, which verifies the given java home is
available, or will be if the task will run. However, the verification
logic was broken, in addition to unnecessarily delaying retrieving the
java home until runtime. This commit fixes the verification logic to run
at either config time, delaying verification, or at runtime which
immediately checks if java home is available.

closes #49153
2019-11-19 10:30:19 -08:00
..
main Fix java home validation usage by tasks (#49204) 2019-11-19 10:30:19 -08:00
minimumRuntime/java/org/elasticsearch/gradle Provision the correct JDK for test tasks (#48561) 2019-11-18 10:28:02 +02:00
test Fix testUnkownPlatform (#49235) 2019-11-18 13:03:23 +01:00
testKit Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00