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