Skip to content
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

Jacoco support for Java 9 #1006

Closed
bmuschko opened this issue Dec 12, 2016 · 4 comments
Closed

Jacoco support for Java 9 #1006

bmuschko opened this issue Dec 12, 2016 · 4 comments
Assignees
Labels
Milestone

Comments

@bmuschko
Copy link
Contributor

bmuschko commented Dec 12, 2016

Jacoco now supports Java 9 with its latest version: https://groups.google.com/forum/#!msg/jacoco/Zf0Cwj13G2g/wpyrYAEECAAJ

@eriwen
Copy link
Contributor

eriwen commented Dec 12, 2016

@bmuschko is this just upgrading our default version or is there more to it?

@big-guy
Copy link
Member

big-guy commented Dec 13, 2016

I think it's a version bump, a review of our test coverage and maybe something to check that someone doesn't try to use an older version of Jacoco with Java 9?

I think we're not performing any cross-version testing right now because of this @Requires: https://github.com/gradle/gradle/blob/master/subprojects/jacoco/src/integTest/groovy/org/gradle/testing/jacoco/plugins/JacocoVersionIntegTest.groovy#L24-L24 nevermind, it's JDK7 or earlier.

@bmuschko
Copy link
Contributor Author

bmuschko commented Dec 14, 2016

@eriwen I agree with @big-guy. It shouldn't be a big change. Let's tackle it before releasing Gradle 4.0.

@bmuschko
Copy link
Contributor Author

bmuschko commented Jan 3, 2017

The PR has been merged.

@bmuschko bmuschko closed this as completed Jan 3, 2017
@bmuschko bmuschko modified the milestones: 3.4 RC1, 4.0 RC1 Jan 10, 2017
wolfs pushed a commit that referenced this issue Feb 8, 2019
Initial support for script compile build operations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants