Gradle gRPC support fails if protobuf-java dependency is used instead of protobuf-java-util by DragonFSKY · Pull Request #50405 · spring-projects/spring-boot (original) (raw)
philwebb marked this pull request as ready for review
philwebb changed the title
Align protoc version with protobuf-java Gradle gRPC support fails if protobuf-java dependency is used instead of protobuf-java-util
Simplify the stream logic to make use of getAllComponents()
rather than using getAllDependencies() and
DependencyResult::getFrom.
Update ProtobufPluginAction to align the protoc version with
protobuf-java rather than protobuf-java-util. The util
jar is only required for server gRPC code.
Signed-off-by: Dongliang Xie dragonfsky@gmail.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})