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")
sigstore/protobuf-specs#341 is needed to fix this
See also:
Currently, sigstore-java rebuilds
sigstore/protobuf-specsevery 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: