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