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

[NETBEANS-3420] Update Gradle Code Coverage Support for Java 13 #1647

Merged
merged 3 commits into from Nov 23, 2019

Conversation

lkishalmi
Copy link
Contributor

Well it is a bit more than that. It separates the the code coverage support from Gradle Java support. Upgrades JaCoCo runtime to 0.8.5 (which supports Java13)
Also moved the ASM dependency to the NetBeans ASM module.

While previously we shipped the ASM all package with NetBeans ASM module we reduced ith to the core and tree api when upgraded to 7.2. JaCoCo needs the common, so I added that support to the ASM module.

We might need a few version increase. Please point out that, where you feel it. Like the lately ASM change increased a minor version 5.9 -> 5.10 where I think we should have used 7.2.

@lkishalmi lkishalmi added this to the 11.3 milestone Nov 21, 2019
@lkishalmi lkishalmi added the Gradle [ci] enable "build tools" tests label Nov 21, 2019
Copy link
Contributor

@jlahoda jlahoda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable to me.

@lkishalmi lkishalmi merged commit 851fcac into apache:master Nov 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gradle [ci] enable "build tools" tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants