-
-
Notifications
You must be signed in to change notification settings - Fork 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
Hazelcast 2nd level cache + Cucumber test failing #2553 #2589
Conversation
…itted cucumber / not cucumber tests execution
Is it required in gradle? cc @atomfrede |
I think there was already a fix for gradle. It was only failing with maven.
|
Yes, Gradle was fixed here #2275 |
<exclude>**/*Cucumber*.java</exclude> | ||
</excludes> | ||
</configuration> | ||
</execution> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it works for all current config, but shouldn't we add this new code only for cucumber ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this should only be added for Cucumber
Please have a look at the comment: you need to make a switch so that this is only generated for Cucumber And then I'll merge this, of course! |
Sure! I'll do that today |
…it only when cucumber is activated
Cool, let's do this :-) |
Hazelcast 2nd level cache + Cucumber test failing #2553
#2553 splitted cucumber / not cucumber tests execution