google-nomulus/gradle/proxy
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 Use ShadowJar plugin to generate uber jar 2019-06-12 19:48:57 -04:00
Dockerfile Update proxy deployment pipeline 2019-04-22 13:02:39 -04:00