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