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

palantir / gradle-java-distribution / 308
98%

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

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

Jobs
ID Job ID Ran Files Coverage
1 308.1 17 Nov 2016 09:48PM UTC 0
99.05
Source Files on build 308
Detailed source file information is not available for this build.
  • Back to Repo
  • CircleCI Build #308
  • f00b4d38 on github
  • Prev Build on develop (#302)
  • Next Build on develop (#315)
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