Skip to content

Commit

Permalink
Revert unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Nov 12, 2019
1 parent fbcd20b commit eba6f42
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class DependencyUpdatesTask extends DefaultTask {
}

def evaluator = new DependencyUpdates(project, resolutionStrategyAction, revisionLevel(),
getOutputFormatter(), outputDirectory(), getReportfileName(), checkForGradleUpdate, gradleReleaseChannelLevel(),
outputFormatterProp(), outputDirectory(), getReportfileName(), checkForGradleUpdate, gradleReleaseChannelLevel(),
checkConstraints)
DependencyUpdatesReporter reporter = evaluator.run()
reporter?.write()
Expand Down Expand Up @@ -131,8 +131,7 @@ class DependencyUpdatesTask extends DefaultTask {
String gradleReleaseChannelLevel() { System.properties['gradleReleaseChannel'] ?: gradleReleaseChannel }

/** Returns the outputDir format. */
@Input
Object getOutputFormatter() { System.properties['outputFormatter'] ?: outputFormatter }
Object outputFormatterProp() { System.properties['outputFormatter'] ?: outputFormatter }

/** Returns the outputDir destination. */
String outputDirectory() { System.properties['outputDir'] ?: outputDir }
Expand Down

0 comments on commit eba6f42

Please sign in to comment.