diff --git a/build.gradle b/build.gradle index 1e4cc2a95..fe85370be 100644 --- a/build.gradle +++ b/build.gradle @@ -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}" } } diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 59c96b3a1..162f880b1 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -90,7 +90,7 @@ gradle.projectsEvaluated { } } -task exportDenpendencies { +task exportDependencies { def outputFileProperty = 'dependencyExportFile' def output = project.hasProperty(outputFileProperty) ? new PrintStream(