Skip to content

Commit 3bc9364

Browse files
committed
fix: Correct outputDirectory to not be concerned with contents
Signed-off-by: Chad Wilson <[email protected]>
1 parent 23921aa commit 3bc9364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/org/owasp/dependencycheck/gradle/extension/DependencyCheckExtension.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class DependencyCheckExtension {
214214
/**
215215
* The directory where the reports will be written. Defaults to 'build/reports/dependency-check'.
216216
*/
217-
@InputDirectory
217+
@Input
218218
@Optional
219219
DirectoryProperty getOutputDirectory() {
220220
return outputDirectory

0 commit comments

Comments
 (0)