org.scm-manager.smp
Owner: SCM-Manager Team at Cloudogu
Plugin to build and test SCM-Manager plugins
Sources: https://github.com/scm-manager/gradle-smp-plugin
Version 0.9.3
0.9.3
Created 19 October 2021.
Plugin to build and test SCM-Manager plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("org.scm-manager.smp") version "0.9.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.scm-manager:gradle-smp-plugin:0.9.3") } } apply(plugin = "org.scm-manager.smp")
- Applying plugins to all subprojects .