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

wooga / atlas-unity / 1
86%
master: 52%

Build:
Build:
LAST BUILD BRANCH: PR-148
DEFAULT BRANCH: master
Ran 16 May 2018 10:24AM UTC
Jobs 1
Files 24
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

pending completion
1

push

jenkins

Fix compatibility for gradle > 4.4

Description
===========

We used some internal API's that changed in gradle 4.4.
The API `resolveLater` in `PathToFileResolver` is gone so we replicate
this API with `new Factory<File>` invocations instead for now.
The default constructor for `DefaultExecHandleBuilder` changed in a way
that backwards compatibility is no longer possible. I added a delegate
to a new field `execHandleBuilder` which gets created with a
`DefaultExecActionFactory`

Changes
=======

![FIX] usage of removed API `resolveLater`
![CHANGE] internal `BatchModeAction` exec handle builder logic
![CHANGE] use `FileResolver` instead of `PathToFileResolver` in code

23 of 23 new or added lines in 2 files covered. (100.0%)

596 of 693 relevant lines covered (86.0%)

0.86 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
100.0
src/main/groovy/wooga/gradle/unity/batchMode/internal/DefaultBatchModeAction.groovy
6
100.0
src/main/groovy/wooga/gradle/unity/internal/DefaultUnityPluginExtension.groovy

Uncovered Existing Lines

Lines Coverage ∆ File
12
100.0
src/main/groovy/wooga/gradle/unity/tasks/Test.groovy
12
100.0
src/main/groovy/wooga/gradle/unity/batchMode/internal/DefaultBatchModeAction.groovy
25
100.0
src/main/groovy/wooga/gradle/unity/internal/DefaultUnityPluginExtension.groovy
Jobs
ID Job ID Ran Files Coverage
1 1.1 16 May 2018 10:24AM UTC 0
86.0
Source Files on build 1
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1
  • a372188b on github
  • Prev Build on PR-43 (#1)
  • Next Build on PR-43 (#2)
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