We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae88129 commit fa7ef02Copy full SHA for fa7ef02
settings.gradle.kts
@@ -31,7 +31,7 @@ pluginManagement {
31
idv("de.thetaphi.forbiddenapis")
32
idv("org.jetbrains.gradle.plugin.idea-ext")
33
idv("org.nosphere.apache.rat")
34
- if (JavaVersion.current().isJava8) {
+ if (JavaVersion.current() < JavaVersion.VERSION_11) {
35
idv("org.owasp.dependencycheck", "jdk8.org.owasp.dependencycheck")
36
} else {
37
idv("org.owasp.dependencycheck")
0 commit comments