ru.vyarus.github-info
Owner: Vyacheslav Rusakov
Generates common Github links by convention and configures common plugins
https://github.com/xvik/gradle-github-info-plugin
Sources: https://github.com/xvik/gradle-github-info-plugin.git
Version 1.2.0
1.2.0
Created 18 January 2020.
Generates common Github links by convention and configures common plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("ru.vyarus.github-info") version "1.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ru.vyarus:gradle-github-info-plugin:1.2.0") } } apply(plugin = "ru.vyarus.github-info")
- Applying plugins to all subprojects .