mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 01:35:17 +02:00
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:
parent
1747c98442
commit
6bdaf9b8ac
5 changed files with 309 additions and 3 deletions
|
@ -52,6 +52,7 @@ repositories {
|
|||
}
|
||||
|
||||
apply from: '../dependencies.gradle'
|
||||
apply from: '../dependency_license.gradle'
|
||||
apply from: '../java_common.gradle'
|
||||
|
||||
sourceSets {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue