org.succlz123.spi
Owner: Haha
Service Provider Interface
https://github.com/succlz123/Service-Provider-Interface
Sources: https://github.com/succlz123/Service-Provider-Interface.git
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 .