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.7.0
0.7.0
Created 09 June 2019.
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.7.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.beekeeper.gradle:beekeeper-security-plugin:0.7.0") } } apply(plugin = "io.beekeeper.gradle.plugins.security")
- Applying plugins to all subprojects .