| Package | Description |
|---|---|
| org.gradle.api.artifacts |
Classes for declaring and using artifacts and artifact dependencies.
|
| org.gradle.api.internal.artifacts.ivyservice |
| Modifier and Type | Method and Description |
|---|---|
Set<UnresolvedDependency> |
LenientConfiguration.getUnresolvedModuleDependencies()
returns dependencies that were attempted to resolve but failed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUnresolvedDependency |
| Modifier and Type | Method and Description |
|---|---|
Set<UnresolvedDependency> |
DefaultLenientConfiguration.getUnresolvedModuleDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolvedConfigurationBuilder.addUnresolvedDependency(UnresolvedDependency unresolvedDependency) |
void |
DefaultLenientConfiguration.addUnresolvedDependency(UnresolvedDependency unresolvedDependency) |
Copyright © 2013. All rights reserved