Search Gradle plugins

Version 0.2.0

0.2.0

Created 22 April 2022.

Snyk conventions for gradle plugin projects

Add this plugin to your build using the plugins DSL:

plugins {
  id("net.wooga.snyk-gradle-plugin") version "0.2.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("net.wooga.gradle:atlas-SnykGradlePlugin:0.2.0")
      }
    }
    
    apply(plugin = "net.wooga.snyk-gradle-plugin")
  • Applying plugins to all subprojects .