io.beekeeper.gradle.plugins.security
Owner: Beekeeper
Ensures that there are no security problems with the code base
https://github.com/beekpr/beekeeper-gradle-plugins/blob/master/README.md
Sources: https://github.com/beekpr/beekeeper-gradle-plugins/
Version 0.9.31
0.9.31
Created 28 January 2022.
Ensures that there are no security problems with the code base.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.beekeeper.gradle.plugins.security") version "0.9.31"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.beekeeper.gradle:beekeeper-security-plugin:0.9.31") } } apply(plugin = "io.beekeeper.gradle.plugins.security")
- Applying plugins to all subprojects .