OpenSearch/client/rest-high-level
Nik Everett 1b97652a4c
Build: Move shadow customizations into common code (#32014)
Moves the customizations to the build to produce nice shadow jars and
javadocs into common build code, mostly BuildPlugin with a little into
the root build.gradle file. This means that any project that applies the
shadow plugin will automatically be set up just like the high level rest
client:
* The non-shadow jar will not be built
* The shadow jar will not have a "classifier"
* Tests will run against the shadow jar
* Javadoc will include all of the shadowed classes
* Service files in `META-INF/services` will be merged
2018-07-17 14:20:41 -04:00
..
src Check that client methods match API defined in the REST spec (#31825) 2018-07-17 11:26:28 +02:00
build.gradle Build: Move shadow customizations into common code (#32014) 2018-07-17 14:20:41 -04:00