File tree 3 files changed +0
-10
lines changed
3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ plugins {
29
29
id(" de.thetaphi.forbiddenapis" )
30
30
id(" com.github.breadmoirai.github-release" )
31
31
id(" org.ajoberstar.git-publish" )
32
- id(" org.owasp.dependencycheck" )
33
- id(" com.github.ben-manes.versions" )
34
32
id(" org.graalvm.buildtools.native" )
35
33
id(" com.hivemq.cli.native-image" )
36
34
}
@@ -687,7 +685,3 @@ val releaseBinary: Configuration by configurations.creating {
687
685
artifacts {
688
686
add(releaseBinary.name, tasks.shadowDistZip)
689
687
}
690
-
691
- dependencyCheck {
692
- scanConfigurations = listOf (" runtimeClasspath" )
693
- }
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ java-native.version=17
49
49
#
50
50
# plugins
51
51
#
52
- plugin.ben-manes.versions.version =0.42.0
53
52
plugin.defaults.version =0.2.0
54
53
plugin.forbiddenapis.version =3.3
55
54
plugin.git-publish.version =3.0.0
@@ -61,7 +60,6 @@ plugin.license.version=0.16.1
61
60
# >= 5.0.0 break the tasks
62
61
plugin.openapi.generator.version =4.3.1
63
62
plugin.ospackage.version =9.1.1
64
- plugin.owasp-dependencycheck.version =7.1.1
65
63
plugin.shadow.version =7.1.2
66
64
#
67
65
# gradle properties
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ pluginManagement {
12
12
id(" de.thetaphi.forbiddenapis" ) version " ${extra[" plugin.forbiddenapis.version" ]} "
13
13
id(" com.github.breadmoirai.github-release" ) version " ${extra[" plugin.github-release.version" ]} "
14
14
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" ]} "
17
15
id(" org.graalvm.buildtools.native" ) version " ${extra[" plugin.graal.version" ]} "
18
16
}
19
17
}
You can’t perform that action at this time.
0 commit comments