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
Currently, sigstore-java rebuilds sigstore/protobuf-specs every time which seems wasteful, and it makes imports like import dev.sigstore.proto. invalid on the first project import.
We should use implementation("dev.sigstore:protobuf-specs:0.3.2") rather than protobuf("dev.sigstore:protobuf-specs:0.3.2")
Currently, sigstore-java rebuilds
sigstore/protobuf-specs
every time which seems wasteful, and it makes imports likeimport dev.sigstore.proto.
invalid on the first project import.We should use
implementation("dev.sigstore:protobuf-specs:0.3.2")
rather thanprotobuf("dev.sigstore:protobuf-specs:0.3.2")
sigstore/protobuf-specs#341 is needed to fix this
See also:
The text was updated successfully, but these errors were encountered: