com.pasam.gradle.buildinfo
Owner: Seshu Pasam
Plugin generates properties file that can be consumed by Spring Boot Actuator Info endpoint
https://github.com/spasam/spring-boot-build-info
Sources: https://github.com/spasam/spring-boot-build-info
Version 0.1.3 (latest)
0.1.3
Created 18 March 2019.
Plugin generates properties file that can be consumed by Spring Boot Actuator Info endpoint
Add this plugin to your build using the plugins DSL:
plugins {
id("com.pasam.gradle.buildinfo") version "0.1.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.pasam.gradle.buildinfo:spring-boot-build-info:0.1.3") } } apply(plugin = "com.pasam.gradle.buildinfo")
- Applying plugins to all subprojects .