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