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