OpenSearch/buildSrc
Martijn van Groningen 809a5f13a4
Make -try xlint warning disabled by default. (#40833)
Many gradle projects specifically use the -try exclude flag, because
there are many cases where auto-closeable resource ignore is never
referenced in body of corresponding try statement. Suppressing this
warning specifically in each case that it happens using
`@SuppressWarnings("try")` would be very verbose.

This change removes `-try` from any gradle project and adds it to the
build plugin. Also this change removes exclude flags from gradle projects
that is already specified in build plugin (for example -deprecation).

Relates to #40366
2019-04-05 08:02:26 +02:00
..
src Make -try xlint warning disabled by default. (#40833) 2019-04-05 08:02:26 +02:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Add build utility to check cluster health over ssl (#40713) 2019-04-04 21:44:03 +11:00
version.properties Upgrade bundled JDK and Docker images to JDK 12 (#40229) 2019-03-19 23:45:07 -04:00