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

use the latest jacoco version to be compatible with Java 8 #255

Closed
wants to merge 1 commit into from

Conversation

jnizet
Copy link
Contributor

@jnizet jnizet commented Mar 19, 2014

Java 8 was released yesterday, and jacoco also released a new version which makes it compatible with Java 8. This pull request only updates the default tool version of jacoco.

@mattgruter
Copy link

+1
Jacoco is the only reason holding us back from using Java 8.

@breskeby
Copy link
Contributor

many thanks for the pull request. I'll have a look on that. we're currently finalizing gradle 1.12 so I'm not sure this will make it into the 1.12 release already

@breskeby
Copy link
Contributor

@mattgruter If that's all what stoping you from using java8, you can always overwrite the jacoco version used with gradle:

jacoco {
    toolVersion = "0.7.0.201403182114"
}

@mattgruter
Copy link

@breskeby totally forgot about that. thanks for the tip!

dhalperi added a commit to uwescience/myria that referenced this pull request May 13, 2014
gradle/gradle#255

Remove this workaround once merged?
dhalperi added a commit to uwescience/myria that referenced this pull request May 13, 2014
gradle/gradle#255

Remove this workaround once merged?
@ldaley
Copy link
Member

ldaley commented Jun 26, 2014

Thanks for the contribution!

We actually did this as part of the 2.0 work.

@ldaley ldaley closed this Jun 26, 2014
@zeldal
Copy link

zeldal commented Sep 10, 2015

@breskeby There is no s in toolsVersion. Took 1 hour to figure out simple error after copy/paste 👎

jacoco {
toolsVersion = "0.7.0.201403182114"
}

@big-guy
Copy link
Member

big-guy commented Sep 10, 2015

Thanks @zeldal, I fixed the comment above

@mcandre
Copy link

mcandre commented Feb 17, 2016

Which Gradle versions have new enough JaCoCo to work with Java 8?

@big-guy
Copy link
Member

big-guy commented Feb 17, 2016

2.0 and newer use Jacoco version 0.7.1.201405082137 (0.7.0 was the first to support Java 8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants