OpenSearch/buildSrc
Mark Vieira 507d879b70
Disable bwc distribution caching in master branch (#46686)
This commit disables caching of BWC snapshot distributions in the "trunk" (aka master) branch.
Since the previous major release branches move quickly we rarely get cache hits for these 
tasks, and the artifacts themselves are very large. This means the overhead here is high and
savings basically zero. We conditionally disable task output caching in this scenario in CI to 
avoid excessive build cache overhead as well as causing too much turn in the cache itself which
would lead to lots of cache entry evictions.
2019-09-18 11:52:17 -07:00
..
reaper Fix backwards compatibility with pre-Java11 build-tools users (#45633) 2019-08-15 18:39:11 -07:00
src Disable bwc distribution caching in master branch (#46686) 2019-09-18 11:52:17 -07:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Use AdoptOpenJDK as the bundled JDK (#46470) (#46785) 2019-09-17 13:40:35 -07:00
settings.gradle Use AdoptOpenJDK as the bundled JDK (#46470) (#46785) 2019-09-17 13:40:35 -07:00
version.properties Update bundled JDK to JDK 13 (#46795) 2019-09-17 17:51:49 -07:00