-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document need for Gradle platform import
The latest fabric-protos require protobuf-java v4. This transitive dependency requirement is specified for Maven consumers in the POM file's dependency management, but a Gradle platform import is required for Gradle consumers to apply this dependency management configuration. Depending on the gRPC version used, failure to apply the specified transitive dependency management can result in Gradle consumers resolving protobuf-java v3 and experiencing the following runtume failure: java.lang.NoClassDefFoundError: com/google/protobuf/RuntimeVersion$RuntimeDomain Signed-off-by: Mark S. Lewis <[email protected]>
- Loading branch information
1 parent
102126e
commit 9404bb6
Showing
2 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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