Skip to content

Commit

Permalink
Remove owasp dependency check plugin
Browse files Browse the repository at this point in the history
since GitHub provides similar feature
  • Loading branch information
ynojima committed Dec 17, 2023
1 parent afc0cbf commit 9d12235
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ buildscript {
asciidoctorGradleVersion = "3.3.2"
artifactoryVersion = '5.0.3'
bintrayVersion = '1.8.5'
owaspDependencyCheckVersion = '8.2.1'
httpBuilderVersion = '0.7.2'

//Libraries
Expand Down Expand Up @@ -59,7 +58,6 @@ buildscript {
classpath("org.asciidoctor:asciidoctor-gradle-jvm:$asciidoctorGradleVersion")
classpath("org.jfrog.buildinfo:build-info-extractor-gradle:$artifactoryVersion")
classpath("com.jfrog.bintray.gradle:gradle-bintray-plugin:$bintrayVersion")
classpath("org.owasp:dependency-check-gradle:$owaspDependencyCheckVersion")
classpath("org.codehaus.groovy.modules.http-builder:http-builder:$httpBuilderVersion")
}

Expand Down Expand Up @@ -227,7 +225,6 @@ configure(sampleAppProjects) {


configure(allJavaProjects) {
apply plugin: 'org.owasp.dependencycheck'

sourceCompatibility = 17

Expand Down

0 comments on commit 9d12235

Please sign in to comment.