com.srcclr.gradle
Owner: SRC:CLR Engineering
The SourceClear Gradle Plugin keeps your Gradle projects free from vulnerable components
Sources: https://github.com/srcclr
Version 2.2.20
2.2.20
Created 08 February 2018.
The SRC:CLR Gradle Plugin keeps your Gradle projects free from vulnerable components
Add this plugin to your build using the plugins DSL:
plugins {
id("com.srcclr.gradle") version "2.2.20"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.srcclr:gradle:2.2.20") } } apply(plugin = "com.srcclr.gradle")
- Applying plugins to all subprojects .