Unify dependency licenses task configuration (#58116) (#58274)

- Remove duplicate dependency configuration
- Use task avoidance api accross the build
- Remove redundant licensesCheck config
This commit is contained in:
Rene Groeschke 2020-06-18 08:15:50 +02:00 committed by GitHub
parent c57a3f3e60
commit abc72c1a27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 46 additions and 108 deletions

View file

@ -46,7 +46,7 @@ restResources {
}
}
dependencyLicenses {
tasks.named("dependencyLicenses").configure {
mapping from: /aws-java-sdk-.*/, to: 'aws-java-sdk'
mapping from: /jackson-.*/, to: 'jackson'
}