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

Both with CF, Gradle 5+ much slower than Gradle 4 #63

Open
entonio opened this issue Nov 28, 2019 · 0 comments
Open

Both with CF, Gradle 5+ much slower than Gradle 4 #63

entonio opened this issue Nov 28, 2019 · 0 comments

Comments

@entonio
Copy link

entonio commented Nov 28, 2019

Hi.
I'm trying to migrate a number of projects to more recent libs and JDK, as mentioned elsewhere.

I have a project (no modules, no subprojects) that spends 85s on compileJava with Gradle 4.x. It takes 325s with Gradle 5 and 6. If not using the CF, it takes 29s in either Gradle. These measurings were very consistent, down to the second. I've tried changing a number of other factors, but the relevant one is the combination of the CF with Gradle 5+. I should mention these are numbers for JDK 8. With JDK 11 (source level 8), the numbers are 115s, 135s, and 35s (so, not the same magnitude of slowerness).

Where could the problem be? How can I debug it?

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

No branches or pull requests

1 participant