1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 11:45:39 +00: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:
Ben McIlwain
2019-09-05 16:52:46 -04:00
committed by GitHub
parent 1e0be188fe
commit 859b70098c
2 changed files with 2 additions and 2 deletions

View File

@@ -320,7 +320,7 @@ def createGetBuildSrcDirectDepsTask(outputFileName) {
"getBuildSrcDeps_${java.util.UUID.randomUUID()}".toString(),
Exec) {
workingDir "${rootDir}/buildSrc"
commandLine '../gradlew', 'exportDenpendencies',
commandLine '../gradlew', 'exportDependencies',
"-PdependencyExportFile=${outputFileName}"
}
}