Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Oct 26, 2017
1 parent d632038 commit ce8c103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class GradeTask extends DefaultTask {
destination = project.findProperty("grade.reporting")
} else if (project.hasProperty("grade.reporting.file")) {
destination = "file";
gradeConfiguration.file = project.findProperty("grade.reporting.file")
gradeConfiguration.reporting.file = project.findProperty("grade.reporting.file")
} else {
if (gradeConfiguration.reporting.size() == 1) {
destination = gradeConfiguration.reporting.keySet().toArray()[0];
Expand Down

0 comments on commit ce8c103

Please sign in to comment.