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

palantir / gradle-java-distribution / 308 / 1
98%
develop: 98%

Build:
DEFAULT BRANCH: develop
Ran 17 Nov 2016 09:48PM UTC
Files 12
Run time 1s
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

17 Nov 2016 09:45PM UTC coverage: 99.048% (+0.07%) from 98.974%
308.1

push

circleci

uschi2000
Tasks should not reach into the Gradle object model. (#134)

Remove unnecessary inhearitance of BaseTask and duplicated distributionExtension
method. Instead, have each custom task declare specific input properties and the
JavaDistributionPlugin set them after task creation, so that custom tasks are completely
independent with clear correlation to only the relevant DistributionExtension data.

This also necessitates refactoring to reuse gradle tasks like Copy/Tar/JavaExec
instead of extending them, especially since the child tasks are only reconfiguring
them.

Change 'distTar artifact name is set during appropriate lifecycle events' test
since now the task classes don't have direct access to project's DistributionExtension.
If we allow plugin users to directly configure each task, we can assert the tar
name is the same before and after the project evaluation.

208 of 210 relevant lines covered (99.05%)

0.99 hits per line

Source Files on job 308.1
  • Tree
  • List 0
  • Changed 9
  • Source Changed 9
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 308
  • f00b4d38 on github
  • Prev Job for on develop (#302.1)
  • Next Job for on develop (#315.1)
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