public final class ModelExtension
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.collect.ImmutableSet<java.lang.String> |
forcedDependencies()
Returns a set of dependencies whose versions should be forced.
|
protected com.google.common.collect.ImmutableSet<java.lang.String> forcedDependencies()
Each set entry is a dependency spec, for example
com.google.protobuf:protobuf-java:3.9.0.
The implementors may override this method to specify the dependencies that are critical for their work and should always be resolved to some particular versions.