com.javiersc.gradle.plugins.changelog
Owner: Javier Segovia Córdoba
A custom plugin for Changelog plugin with basic setup
https://github.com/JavierSegoviaCordoba/gradle-plugins
Sources: https://github.com/JavierSegoviaCordoba/gradle-plugins
Version 0.1.0-alpha.56
0.1.0-alpha.56
Created 25 September 2021.
A custom plugin for Changelog plugin with basic setup
Add this plugin to your build using the plugins DSL:
plugins {
id("com.javiersc.gradle.plugins.changelog") version "0.1.0-alpha.56"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.javiersc.gradle-plugins:changelog:0.1.0-alpha.56") } } apply(plugin = "com.javiersc.gradle.plugins.changelog")
- Applying plugins to all subprojects .