io.beekeeper.gradle.plugins.security.cyclonedx
Owner: Beekeeper
Ensures the Beekeeper configuration for cyclonedx.
https://github.com/beekpr/beekeeper-gradle-plugins/blob/master/README.md
Sources: https://github.com/beekpr/beekeeper-gradle-plugins/
Version 0.13.0
0.13.0
Created 13 October 2022.
Ensures the Beekeeper configuration for cyclonedx.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.beekeeper.gradle.plugins.security.cyclonedx") version "0.13.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.beekeeper.gradle:beekeeper-security-plugin:0.13.0") } } apply(plugin = "io.beekeeper.gradle.plugins.security.cyclonedx")
- Applying plugins to all subprojects .