Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates in spark-agent build process (#15)
* removing all dependencies from shadowJar * Including custom shadowJar (without ext dependencies) We're adding a custom task to the `build.gradle` file to allow a customized shadowJar build (uber JAR) that does not contain external dependencies such as org.apache.http, etc. * adding the artifact of the custom shadowJar to the publishing task * including spark-extension-entrypoint in dependencies sh * enabling dependencies in pom for interfaces * remove slim shadow from build.gradle --------- Co-authored-by: Jhonatas Rosendo <[email protected]>
- Loading branch information