Check dependencies' open-source licenses (#165)

* Check dependencies' open-source licenses

Use jk1/Gradle-License-Report to verify that all
dependencies have open-source licenses.

Note that the following dependencies are not checked:

Dependencies of official Gradle plugins
Dependencies declared in buildscript block
Dependencies of jk1/Gradle-License-Report itself
This commit is contained in:
Weimin Yu 2019-07-11 12:08:08 -04:00 committed by GitHub
parent 242a560f20
commit 29e4d8de05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 309 additions and 3 deletions

View file

@ -52,6 +52,7 @@ repositories {
}
apply from: '../dependencies.gradle'
apply from: '../dependency_license.gradle'
apply from: '../java_common.gradle'
sourceSets {