Skip to content

Commit

Permalink
Fix typo in build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Stephen committed Feb 9, 2017
1 parent f9ceebd commit 9d2b4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ task performRelease(type: GradleBuild) {
}
buildFile "build.gradle"
startParameter gradle.startParameter
tasks = ["bintrayUpload", ":IHCMRobotDataLogger:publishLoggerDistributionToBintray"]
tasks = ["bintrayUpload", ":IHMCRobotDataLogger:publishLoggerDistributionToBintray"]
}

task publishAllToMavenLocal(type: GradleBuild) {
Expand Down

0 comments on commit 9d2b4b9

Please sign in to comment.