<@U098ZNTCN> i can confirm that there are multiple...
# general
l
@full-kilobyte-93429 i can confirm that there are multiple jars on the classpath, however i'm not sure how to exclude it. i tried
Copy code
excludes = [
    exclude('com.google.protobuf', 'protobuf-java'),
  ]
in the BUILD file, but that just excludes it entirely and it can't find it at all