We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The currently the released jar misses generated class files: https://repo1.maven.org/maven2/dev/sigstore/protobuf-specs/0.3.2/
It should better include both .class and .proto files.
.class
.proto
For reference, https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.40.0/ does include both .proto and .class files.
/cc @loosebazooka
The text was updated successfully, but these errors were encountered:
This was actually intentional by me as it created less dependency conflicts
Sorry, something went wrong.
No branches or pull requests
The currently the released jar misses generated class files: https://repo1.maven.org/maven2/dev/sigstore/protobuf-specs/0.3.2/
It should better include both
.class
and.proto
files.For reference, https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.40.0/ does include both
.proto
and.class
files./cc @loosebazooka
The text was updated successfully, but these errors were encountered: