OpenSearch/x-pack/plugin/sql/jdbc
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
..
licenses SQL: Remove log4j and joda from JDBC dependencies (#30938) 2018-05-30 09:57:32 -04:00
src DOC: Add examples to the SQL docs (#31633) 2018-07-03 16:56:31 +03:00
build.gradle Build: Move shadow customizations into common code (#32014) 2018-07-17 14:20:41 -04:00