-
Notifications
You must be signed in to change notification settings - Fork 1
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
IllegalArgumentException in ProxyFactory: java.lang.Throwable is not an interface #29
Comments
🙈 Got it, I'll look into it as soon as I can. |
@lukasgraef , 1.0.2 with the fix is out: https://github.com/gradle/develocity-agent-adapters/releases/tag/develocity-gradle-plugin-adapters-1.0.2. I hope this will get you unblocked. |
@pshevche |
@pshevche |
This will require releasing the plugin, which I can't do myself, so it might take a while. How would this update help you? Do you have a copy of the plugin or just consume the released version? The released version should not be impacted by these issues, because it does not access failures from the build result. Or did I miss anything? Or do you get a conflict when resolving the dependency? |
We just consume the released version of So we don't need a release right away, but it would be great if the next release of |
Understood, I'll forward this to the team responsible for the plugin. |
Hey @pshevche,
thanks a lot for your fix for issue #24. I tried out the version 1.0.1 that you published today and I unfortunately encountered another Exception.
This only happens in case of a failing build, the exception does not occur in case of a successful build.
It seems like the
ProxyFactory
tries to create a proxy instance for ajava.lang.Throwable
.Full Stacktrace:
The text was updated successfully, but these errors were encountered: