mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 16:02:10 +02:00
Fix typo of word "dependencies" in gradle build files (#259)
* Fix typo of word "dependencies" in gradle build files
This commit is contained in:
parent
1e0be188fe
commit
859b70098c
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ gradle.projectsEvaluated {
|
|||
}
|
||||
}
|
||||
|
||||
task exportDenpendencies {
|
||||
task exportDependencies {
|
||||
def outputFileProperty = 'dependencyExportFile'
|
||||
def output = project.hasProperty(outputFileProperty)
|
||||
? new PrintStream(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue