mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Previously, Spring Boot's Gradle plugin reacted to the Protobuf plugin by configuring Protobuf's grpc plugin. This worked well for projects using gRPC but went too far for those using Protobuf without gRPC. This commit dials the support back a little bit. Now, our recommended gRPC defaults are only applied when Protobuf is configured with the grpc plugin. Closes gh-50822