Skip to content

Commit 229fada

Browse files
committed
Remove owasp and versions plugin
1 parent 0564374 commit 229fada

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

build.gradle.kts

-6
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ plugins {
2929
id("de.thetaphi.forbiddenapis")
3030
id("com.github.breadmoirai.github-release")
3131
id("org.ajoberstar.git-publish")
32-
id("org.owasp.dependencycheck")
33-
id("com.github.ben-manes.versions")
3432
id("org.graalvm.buildtools.native")
3533
id("com.hivemq.cli.native-image")
3634
}
@@ -687,7 +685,3 @@ val releaseBinary: Configuration by configurations.creating {
687685
artifacts {
688686
add(releaseBinary.name, tasks.shadowDistZip)
689687
}
690-
691-
dependencyCheck {
692-
scanConfigurations = listOf("runtimeClasspath")
693-
}

gradle.properties

-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ java-native.version=17
4949
#
5050
# plugins
5151
#
52-
plugin.ben-manes.versions.version=0.42.0
5352
plugin.defaults.version=0.2.0
5453
plugin.forbiddenapis.version=3.3
5554
plugin.git-publish.version=3.0.0
@@ -61,7 +60,6 @@ plugin.license.version=0.16.1
6160
# >= 5.0.0 break the tasks
6261
plugin.openapi.generator.version=4.3.1
6362
plugin.ospackage.version=9.1.1
64-
plugin.owasp-dependencycheck.version=7.1.1
6563
plugin.shadow.version=7.1.2
6664
#
6765
# gradle properties

settings.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ pluginManagement {
1212
id("de.thetaphi.forbiddenapis") version "${extra["plugin.forbiddenapis.version"]}"
1313
id("com.github.breadmoirai.github-release") version "${extra["plugin.github-release.version"]}"
1414
id("org.ajoberstar.git-publish") version "${extra["plugin.git-publish.version"]}"
15-
id("org.owasp.dependencycheck") version "${extra["plugin.owasp-dependencycheck.version"]}"
16-
id("com.github.ben-manes.versions") version "${extra["plugin.ben-manes.versions.version"]}"
1715
id("org.graalvm.buildtools.native") version "${extra["plugin.graal.version"]}"
1816
}
1917
}

0 commit comments

Comments
 (0)