Skip to content

Avoid rebuilding sigstore/protobuf-specs every time #733

Description

@vlsi

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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions