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

Netflix / genie / 2760
94%

Build:
DEFAULT BRANCH: master
Ran 03 Jun 2020 05:19PM UTC
Jobs 1
Files 576
Run time 1min
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
2760

push

travis-ci

tgianos
Address Gradle technical debt

Over time we've had a bit of technical debt build up in the various gradle build files. This work aims to address some of that

- Remove usage of deprecated `compile` and `testCompile` configurations which are scheduled to be removed in Gradle 7
	- replace with `implementation` and `testImplementation`
	- https://docs.gradle.org/current/userguide/java_plugin.html#sec:java_plugin_and_dependency_management
- Remove unused dependencies
- Remove all findbugs refrences in favor of spotbugs to make it consistent
- Switch to java-library plugin for all sub modules that are intended to be used as libraries. This helps to clean up the compile class path of downstream consumers and helps us keep track of what we're exposing
- Move libraries. that are only needed at runtime into `runtimeOnly`

13950 of 15052 relevant lines covered (92.68%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2760.1 (bintrayUser=[secure] bintrayKey=[secure] sonatypeUsername=[secure] sonatypePassword=[secure] DOCKER_USER=[secure] DOCKER_PASSWORD=[secure] GRGIT_USER=[secure]) 03 Jun 2020 05:19PM UTC 0
92.68
Travis Job 2760.1
Source Files on build 2760
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2760
  • 3e7058ec on github
  • Prev Build on master (#2757)
  • Next Build on master (#2763)
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