This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
OpenSearch
mirror of
https://github.com/honeymoose/OpenSearch.git
Watch
1
Star
0
Fork
You've already forked OpenSearch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a66c0dcd95
OpenSearch
/
buildSrc
/
settings.gradle
3 lines
56 B
Groovy
Raw
Normal View
History
Unescape
Escape
Use reaper process instead of shutdown hooks for testclusters (#44927) Testclusters currently provides protection from clusters living past the life of a build by adding a shutdown hook to java. While this works in some cases, it does not cover all cases like where the daemon is killed with SIGKILL. To handle these other cases, this commit replaces the shutdown hooks with a separate process (one per build) that manages reaping external services if gradle dies.
2019-08-02 21:58:04 -04:00
include
'reaper'
Use AdoptOpenJDK as the bundled JDK (#46470) (#46785) This commit teaches the build how to bundle AdoptOpenJDK with our artifacts, and switches to AdoptOpenJDK as the bundled JDK. We keep the functionality to also bundle Oracle OpenJDK distributions.
2019-09-17 16:40:35 -04:00
include
'symbolic-link-preserving-tar'