google-nomulus/gradle/util
Shicong Huang aefe92b695 Use ShadowJar plugin to generate uber jar
Our existing uber jar task overwrote duplicate files when merging JARs,
and this would break the application using Java SPI service(Beam library
is one of them) so we changed to use ShadowJar plugin as it provides a
convenient way to merge META-INF/services/* files when generating the
uber jar.

TESTED=Deployed spec11 pipeline successfully with the new nomulus.jar;
also randomly checked a few nomulus commands to make sure they are still
working.
2019-06-12 19:48:57 -04:00
..
gradle/dependency-locks Use ShadowJar plugin to generate uber jar 2019-06-12 19:48:57 -04:00
build.gradle Convert update_dependency procedure to use gradle proxy 2019-04-05 11:36:41 -04:00