mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 17:28:25 +02:00
Rename dependency_license.gradle file (#196)
The file name confused the licensee app (https://github.com/licensee/licensee) that GitHub uses to detect license files. It thinks this file is also a license file and was not able to determine is type.
This commit is contained in:
parent
5fad1a6408
commit
2467c07d07
3 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ repositories {
|
|||
}
|
||||
|
||||
apply from: '../dependencies.gradle'
|
||||
apply from: '../dependency_license.gradle'
|
||||
apply from: '../dependency_lic.gradle'
|
||||
apply from: '../java_common.gradle'
|
||||
|
||||
sourceSets {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue