elasticsearch/libs/core
Ryan Ernst d5e727e362
Add plugin for creating MRJARs (#104883)
This commit adds an elasticsearch gradle plugin which sets up a project
to build an MRJAR. By applying the plugin, the src dir is checked for
any directories matching mainXX where XX is the java version number.
A source set is automatically setup, an appropriate compiler tied to
that source set, and it's output placed in the correct part of the final
jar. Additionally, the sourceset allows use of preview features in that
verison of Java, and the preview bits are stripped from the resulting
class files.
2024-01-29 21:06:19 -08:00
..
src Expand uses of matchers for Optionals (#104123) 2024-01-09 12:55:29 +00:00
build.gradle Add plugin for creating MRJARs (#104883) 2024-01-29 21:06:19 -08:00