build: rerun springboot build info task when needed

This commit is contained in:
Gauthier Roebroeck 2021-04-28 09:53:46 +08:00
parent f2a3c88a30
commit 12e94b6970

View file

@ -185,6 +185,8 @@ springBoot {
properties {
// prevent task bootBuildInfo to rerun every time
time = null
// but rerun if the gradle.properties file changed
inputs.file("$rootDir/gradle.properties")
}
}
}