-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #1628: Gradle not working in Mac OS JDK10 #1629
base: development
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## development #1629 +/- ##
=============================================
Coverage ? 9.78%
Complexity ? 461
=============================================
Files ? 211
Lines ? 19427
Branches ? 3578
=============================================
Hits ? 1901
Misses ? 17185
Partials ? 341 Continue to review full report at Codecov.
|
@singhpratyush @simsausaurabh @Orbiter please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sakshee-19 LGTM 👍
@singhpratyush @Orbiter Please provide your views too.
7cff0c7
to
d143660
Compare
Thanks for the code. Could you please clarify how this would resolve the issue? |
@singhpratyush JaCoCo was failing to start when another agent used UUID prior to JaCoCo. I found its solution on the web: jacoco/jacoco#551, and other sources. Upgrading which helped me in fixing this issue and now tests execute fine on Mac OS too. |
Short description
I have:
Fixes #<number> commit message
For the reviewers
I have:
Fixes: #1628