-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Lombok does not work in a non-standard test set #3391
Comments
As mentioned on the setup page you have to add lombok as I don't know how the testset plugin works but I guess that your testset does not include one of these dependencies. |
We already have all of that configured. I'm trying to create a minimal example that reproduces the problem. |
You can also check the gradle log to see the compiler command, that might help you to figure out if lombok gets added properly. |
We know lombok is being added correctly, because it works fine in test, componentTest, and integrationTest. But it fails in a non-standard test set. |
If I understand that plugin documentation correctly there are no predefined test sets expect |
Create an unbroken-dome test set other than component and integration.
Create a class in the test set that uses lombok:
Try to build.
It's not clear if this is a problem with unbroken-dome, lombok, or both, so filed this and unbroken-dome/gradle-testsets-plugin#133.
The text was updated successfully, but these errors were encountered: