Skip to content

Allow control of protoc and grpc version via BOMs #412

Open

Description

Both protobuf and grpc publish BOM files that can be applied to a Gradle build to manage the dependency versions.

dependencies {
    api platform("io.grpc:grpc-bom:$grpcVersion")
    api platform("com.google.protobuf:protobuf-bom:$protobufJavaVersion")
   ....
}

However it seems you have to hard code the version numbers in use via the artifact setting in the plugin. It would be good if there was a way to manage the versions of the plugin via the incorporated BOM file.

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions