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.11.0
0.11.0
Created 17 May 2022.
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.11.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.scm-manager:gradle-smp-plugin:0.11.0") } } apply(plugin = "org.scm-manager.smp")
- Applying plugins to all subprojects .