OpenSearch/gradle
Ryan Ernst 1c26926dea
Avoid using bundled jdk on unsupported platforms (#62793)
We use the bundled jdk for unit, integ and packaging tests. Since
upgrading to jdk 15, centos-6 and oracle enterprise linux 6 have failed
due to versions of glibc no longer supported by the jdk. This commit
adds detection of the old glibc versions to gradle, and utilizes that
when deciding which jdk to use for tests.

relates #62709
closes #62635
2020-09-23 16:55:47 -07:00
..
wrapper Update gradle wrapper to 6.6.1 (#61571) (#61579) 2020-08-27 14:16:53 +02:00
build-complete.gradle Upgrade to Gradle 6.0 (#49211) (#49994) 2019-12-09 11:34:35 -08:00
build-scan.gradle Upgrade to version 3.3 of gradle enterprise plugin (#56243) 2020-05-06 15:10:44 -07:00
bwc-test.gradle Add compatibility testing for JDBC driver (#60409) 2020-07-29 10:45:11 -07:00
fips.gradle Run zulu8 fips CI with BCJSSE instead of SunJSSE (#61857) 2020-09-04 14:53:43 +03:00
forbidden-dependencies.gradle Remove deprecated usage of testCompile configuration (#57921) (#58083) 2020-06-14 22:30:44 +02:00
formatting.gradle Rename formatter config and switch to an opt-out list 2020-03-27 12:09:37 +00:00
ide.gradle Replace immediate task creations by using task avoidance api (#60071) (#60504) 2020-07-31 13:09:04 +02:00
local-distribution.gradle Split internal distribution handling into separate internal plugin (7.x backport) (#60270) 2020-07-31 09:30:21 +02:00
run.gradle Set impliesSubProjects flag for root RunTask task (#57615) 2020-06-04 14:57:35 +02:00
runtime-jdk-provision.gradle Avoid using bundled jdk on unsupported platforms (#62793) 2020-09-23 16:55:47 -07:00