Skip to content

Instantly share code, notes, and snippets.

@rashidi
Created October 12, 2021 02:33
Show Gist options
  • Save rashidi/3410cb138072524e307297e651167bb7 to your computer and use it in GitHub Desktop.
Save rashidi/3410cb138072524e307297e651167bb7 to your computer and use it in GitHub Desktop.
Missing property 'waitTime' with Dependency Check 6.4.1
2021-10-12T10:32:43.420+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2021-10-12T10:32:43.421+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception.
2021-10-12T10:32:43.421+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2021-10-12T10:32:43.421+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong:
2021-10-12T10:32:43.421+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Execution failed for task ':dependencyCheckAnalyze'.
2021-10-12T10:32:43.421+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Could not get unknown property 'waitTime' for extension 'dependencyCheck' of type org.owasp.dependencycheck.gradle.extension.DependencyCheckExtension.
2021-10-12T10:32:43.421+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2021-10-12T10:32:43.421+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Try:
2021-10-12T10:32:43.421+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Run with --stacktrace option to get the stack trace. Run with --scan to get full insights.
2021-10-12T10:32:43.421+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2021-10-12T10:32:43.421+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Get more help at https://help.gradle.org
2021-10-12T10:32:43.421+0800 [ERROR] [org.gradle.internal.buildevents.BuildResultLogger]
2021-10-12T10:32:43.422+0800 [ERROR] [org.gradle.internal.buildevents.BuildResultLogger] BUILD FAILED in 324ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment