OpenSearch/buildSrc
Mark Vieira dd73a14d11
Improve total build configuration time (#54611) (#54994)
This commit includes a number of changes to reduce overall build
configuration time. These optimizations include:

- Removing the usage of the 'nebula.info-scm' plugin. This plugin
   leverages jgit to load read various pieces of VCS information. This
   is mostly overkill and we have our own minimal implementation for
   determining the current commit id.
- Removing unnecessary build dependencies such as perforce and jgit
   now that we don't need them. This reduces our classpath considerably.
- Expanding the usage lazy task creation, particularly in our
   distribution projects. The archives and packages projects create
   lots of tasks with very complex configuration. Avoiding the creation
   of these tasks at configuration time gives us a nice boost.
2020-04-08 16:47:02 -07:00
..
reaper Auto-format buildSrc (#51043) 2020-01-16 10:26:27 +00:00
src Improve total build configuration time (#54611) (#54994) 2020-04-08 16:47:02 -07:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Improve total build configuration time (#54611) (#54994) 2020-04-08 16:47:02 -07:00
formatterConfig.xml Tweak formatting config for exception lists (#54710) 2020-04-03 16:54:31 +01:00
settings.gradle Remove empty buildSrc subproject (#47415) 2019-10-01 16:34:31 -07:00
version.properties Improve checkstyle performance and readability (#54308) 2020-03-27 08:05:04 -07:00