elasticsearch/build-conventions
Armin Braun 63e64ae61b
Cleanup Stream usage in various spots (#97306)
Lots of spots where we did weird things around streams like redundant stream creation, redundant collecting
before adding all the collected elements to another collection or so, redundant streams for joining strings
and using less efficient `Collectors.toList` and in a few cases also incorrectly relying on the result being mutable.
2023-07-03 14:24:57 +02:00
..
src/main/java/org/elasticsearch/gradle/internal Cleanup Stream usage in various spots (#97306) 2023-07-03 14:24:57 +02:00
build.gradle Update spotless gradle plugin (#95999) 2023-05-11 12:06:03 +02:00
elastic.importorder Format build-tools and build-tools-internal (#78910) 2021-10-14 09:38:06 +01:00
formatterConfig.xml Format build-tools and build-tools-internal (#78910) 2021-10-14 09:38:06 +01:00
settings.gradle Port build dependencies to gradle version catalogue (#86548) 2022-05-10 12:15:36 +02:00