Fix typo of word "dependencies" in gradle build files (#259)

* Fix typo of word "dependencies" in gradle build files
This commit is contained in:
Ben McIlwain 2019-09-05 16:52:46 -04:00 committed by GitHub
parent 1e0be188fe
commit 859b70098c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ gradle.projectsEvaluated {
}
}
task exportDenpendencies {
task exportDependencies {
def outputFileProperty = 'dependencyExportFile'
def output = project.hasProperty(outputFileProperty)
? new PrintStream(