Skip to content

Commit

Permalink
Remove owasp and versions plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Aug 2, 2023
1 parent 0564374 commit 229fada
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ plugins {
id("de.thetaphi.forbiddenapis")
id("com.github.breadmoirai.github-release")
id("org.ajoberstar.git-publish")
id("org.owasp.dependencycheck")
id("com.github.ben-manes.versions")
id("org.graalvm.buildtools.native")
id("com.hivemq.cli.native-image")
}
Expand Down Expand Up @@ -687,7 +685,3 @@ val releaseBinary: Configuration by configurations.creating {
artifacts {
add(releaseBinary.name, tasks.shadowDistZip)
}

dependencyCheck {
scanConfigurations = listOf("runtimeClasspath")
}
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ java-native.version=17
#
# plugins
#
plugin.ben-manes.versions.version=0.42.0
plugin.defaults.version=0.2.0
plugin.forbiddenapis.version=3.3
plugin.git-publish.version=3.0.0
Expand All @@ -61,7 +60,6 @@ plugin.license.version=0.16.1
# >= 5.0.0 break the tasks
plugin.openapi.generator.version=4.3.1
plugin.ospackage.version=9.1.1
plugin.owasp-dependencycheck.version=7.1.1
plugin.shadow.version=7.1.2
#
# gradle properties
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ pluginManagement {
id("de.thetaphi.forbiddenapis") version "${extra["plugin.forbiddenapis.version"]}"
id("com.github.breadmoirai.github-release") version "${extra["plugin.github-release.version"]}"
id("org.ajoberstar.git-publish") version "${extra["plugin.git-publish.version"]}"
id("org.owasp.dependencycheck") version "${extra["plugin.owasp-dependencycheck.version"]}"
id("com.github.ben-manes.versions") version "${extra["plugin.ben-manes.versions.version"]}"
id("org.graalvm.buildtools.native") version "${extra["plugin.graal.version"]}"
}
}
Expand Down

0 comments on commit 229fada

Please sign in to comment.