com.linecorp.recursive-git-log-plugin
Owner: LINE_OSS
A plugin for extract affected change log via git history and gradle project dependency
https://github.com/line/multi-project-support
Sources: https://github.com/line/multi-project-support
Version 1.1.1 (latest)
1.1.1
Created 24 March 2020.
A plugin for extract affected change log via git history and Gradle project dependency
Add this plugin to your build using the plugins DSL:
plugins {
id("com.linecorp.recursive-git-log-plugin") version "1.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.linecorp.support.project.multi:recursive-git-log-plugin:1.1.1") } } apply(plugin = "com.linecorp.recursive-git-log-plugin")
- Applying plugins to all subprojects .