Core of the DSL for configuring Aether dependency resolution
Type | Name and description |
---|---|
AetherDependencyManager |
aetherDependencyManager |
org.eclipse.aether.util.graph.selector.ExclusionDependencySelector |
exclusionDependencySelector |
org.eclipse.aether.DefaultRepositorySystemSession |
session |
Constructor and description |
---|
AetherDsl
(AetherDependencyManager dependencyManager) |
Type | Name and description |
---|---|
void |
cacheDir(java.io.File f) |
void |
cacheDir(java.lang.String f) |
void |
checksums(boolean enable) |
void |
checksums(java.lang.String checksumConfig) |
org.eclipse.aether.repository.Authentication |
credentials(groovy.lang.Closure c) Sets up authentication for a repository |
void |
dependencies(groovy.lang.Closure callable) |
java.lang.Object |
environments(groovy.lang.Closure callable) Environment support |
void |
inherits(java.lang.String name, groovy.lang.Closure customizer = null) |
void |
legacyResolve(boolean b) |
void |
log(java.lang.String level) |
void |
plugins(groovy.lang.Closure callable) |
void |
pom(boolean b) |
void |
repositories(groovy.lang.Closure callable) |
void |
useOrigin(boolean b) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Sets up authentication for a repository
c
- The credentialsEnvironment support
callable
- The callableGroovy Documentation