-
Notifications
You must be signed in to change notification settings - Fork 33
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
Sporadically slow Lombok generateTestEffectiveLombokConfig step #761
Comments
I can confirm the same, |
I've added some logging which will print the actual execution time and the parameters used. I hope this helps to further investigate the problem. |
Any news ? I'm having the same issue. A build scan showed 5minute execution time for |
I have the same issue - it would be nice to know why it takes so long. |
I use Gradle 8.1.1, and io.freefair.lombok 8.6 plugin Is there any chance to optimize it? |
I'm having an issue where the Lombok plugin often causes dramatically longer build times on CI (Azure DevOps).
It is not 100% reproducible as it only occurs on some runs, but I ran the Gradle build scan 4 times with build cache off and here are the results:
Execution time of
generateTestEffectiveLombokConfig
:This is a pretty big difference and causes quite slow builds when adding 30 seconds. The rest of the steps in my build scan stay relatively stable, so it appears to be related to Lombok. The
generateIntegrationTestEffectiveLombokConfig
andgenerateEffectiveLombokConfig
steps vary between 0.1 - 3 s, so less drastic than the other step but still worth noting.Any idea why the execution time would vary so much when the build cache is off and no code changes have been made? Let me know if I can provide any further information to help! :) Thanks!
Gradle version: 8.0.2
io.freefair.lombok version: 8.0.1
The text was updated successfully, but these errors were encountered: