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