Skip to content

Commit

Permalink
Added the spring build info
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclrchtr committed May 2, 2021
1 parent 298cd0d commit 2685022
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildSrc/src/main/kotlin/spring-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ apply(plugin = "org.springframework.boot")

println("Enabling Spring Boot Dependency Management in project ${project.name}...")
apply(plugin = "io.spring.dependency-management")

springBoot {
// Creates META-INF/build-info.properties for Spring Boot Actuator
buildInfo()
}

0 comments on commit 2685022

Please sign in to comment.