Search Gradle plugins

Version 0.2 (latest)

0.2

Created 11 June 2020.

Service Provider Interface

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.succlz123.spi") version "0.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.org.succlz123.spi:plugin:0.2")
      }
    }
    
    apply(plugin = "org.succlz123.spi")
  • Applying plugins to all subprojects .