• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

uber / NullAway / #497
93%

Build:
DEFAULT BRANCH: master
Ran 09 Apr 2021 12:12AM UTC
Jobs 1
Files 42
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#497

push

github-actions

web-flow
Fix publication of fat jar for jar-infer-cli. (#461)

The Gradle plugin switch from `maven` to `maven-publish` caused
by #457 broke our setup for publishing `jar-infer-cli` as a far jar.
Since the jarinfer CLI is used for processing arbitrary jars inside
other builds, including jars that it depends on (e.g. guava), it
must be a fat jar with no dependencies.

Unfortunately, so far, the best way we've found to make this work
is to skip the default `maven` publication, then make a new publication
using the result of the `shadow` plugin, and re-add to it the
sources and javadoc artifacts from the original `maven` publication.
We also had to manually set up the pom file settings for this custom
publication. It is bit of a hack, but the end result is a fat jar with a sane,
dependency-free, pom file, and passes SonaType repository closing 
validation.

3465 of 3886 relevant lines covered (89.17%)

0.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #497.1 09 Apr 2021 12:12AM UTC 0
89.17
Source Files on build #497
Detailed source file information is not available for this build.
  • Back to Repo
  • 0f12ab09 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc