You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to lint source code while using the protobuf-gradle-plugin with a lint config specified in v1 syntax. In 0.10.0 that breaks when the linted code has a dependency on another JAR that protobuf-gradle-plugin resolves. #239 demonstrates this with a minimal reproducer.
This regression occurs due to the upgrade of Buf from 1.31.0 to 1.32.0.
The text was updated successfully, but these errors were encountered:
It's possible to lint source code while using the protobuf-gradle-plugin with a lint config specified in v1 syntax. In 0.10.0 that breaks when the linted code has a dependency on another JAR that protobuf-gradle-plugin resolves. #239 demonstrates this with a minimal reproducer.
This regression occurs due to the upgrade of Buf from 1.31.0 to 1.32.0.
The text was updated successfully, but these errors were encountered: