-
Notifications
You must be signed in to change notification settings - Fork 91
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
IncompatibleClassChangeError with custom runner #66
Comments
Any solution on this? |
I think I found a workaround it for now. Use a normal main function instead of extending App. Like do following instead of example in readme
I do not know if this would cause any other problems but it looks like working properly for me. |
Thanks @mefu, this seems to work for me as well. |
This worked for me as well. |
I just added
object CustomRunnerApp extends App
.I do not use it.
By running:
I have the following exception:
Should I remove this class from the jmh "transformations"?
The text was updated successfully, but these errors were encountered: