OpenSearch/buildSrc/src/test
Mark Vieira 2f619ad7d0
Improve checkstyle performance and readability (#54308)
Drop a nasty regex in our checkstyle config that I wrote a long time ago
in favor of a checkstyle extension. This is better because:
* It is faster. It saves a little more than a minute across the entire
  build.
* It is easier to read. Who knew 100 lines of Java would be easier to
  read than a regex, but it is.
* It has tests.
2020-03-27 08:05:04 -07:00
..
java/org/elasticsearch/gradle Improve checkstyle performance and readability (#54308) 2020-03-27 08:05:04 -07:00
resources Use AdoptOpenJDK as the bundled JDK (#46470) (#46785) 2019-09-17 13:40:35 -07:00