-
Notifications
You must be signed in to change notification settings - Fork 13
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
Buf plugin can't find "check" task #75
Comments
Maybe the plugin is being applied before another plugin that creates the check task? That would be the Java plugin, Kotlin plugin, etc.? Can you share any snippet of your configuration or an MVP that demonstrates the issue? |
It's an android project with a JVM-only sub-project where the buf plugin is applied:
|
Which Kotlin plugin is that, and which version? I vaguely remember using that notation in the past, but these days I think |
That's a good question; I'm not sure why we're not using the newer plugin name. I'll try and throw together a small repro. sample for you today |
I pushed a new version that should be more resilient to different plugin ordering. Try out 0.6.3 and let me know how it goes. |
Fixed by #79. Closing since this issue should be fixed. Feel free to re-open if you still run into trouble. |
When I apply this plugin to a subproject, it fails with this error message:
When I remove the plugin and run the check task manually, it works fine.
It seems the plugin tries to access the check task before its available, somehow? Any idea what I'm missing?
The text was updated successfully, but these errors were encountered: