nebula.info-scm
Owner: Nebula Plugins
Plugin to gather information about the environment
https://github.com/nebula-plugins/gradle-info-plugin
Version 11.3.3
11.3.3
Created 24 February 2022.
Gradle plugin collect and provide information about the environment
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.info-scm") version "11.3.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:gradle-info-plugin:11.3.3") } } apply(plugin = "nebula.info-scm")
- Applying plugins to all subprojects .