Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix jacoco agent temp location in build.gradle (#249)
The path in /tmp did not have a trailing `/` which makes gradle fail on Linux build environments with a permission error when trying to write to `/tmpjacocoagent.jar` (in the root folder) rather than `/tmp/jacocoagent.jar`. Fix by adding a `/` after `/tmp`
- Loading branch information