Search Gradle plugins

com.srcclr.gradle

The SourceClear Gradle Plugin keeps your Gradle projects free from vulnerable components

https://www.sourceclear.com

Sources: https://github.com/srcclr

Version 3.1.12 (latest)

3.1.12

Created 03 June 2022.

The SourceClear 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 "3.1.12"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.srcclr:gradle:3.1.12")
      }
    }
    
    apply(plugin = "com.srcclr.gradle")
  • Applying plugins to all subprojects .