mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
outputDirectory should have been called using the method rather than directly calling the property. This now fixes the failing integration test in the last commit.
This commit is contained in:
@@ -100,7 +100,7 @@ class DependencyCheckTask extends DefaultTask {
|
||||
}
|
||||
|
||||
def generateReportDirectory(String currentProjectName) {
|
||||
"${outputDirectory}/${currentProjectName}"
|
||||
"${getOutputDirectory()}/${currentProjectName}"
|
||||
}
|
||||
|
||||
def overrideProxySetting() {
|
||||
|
||||
Reference in New Issue
Block a user