mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 07:56:57 +01:00
build: rerun springboot build info task when needed
This commit is contained in:
parent
f2a3c88a30
commit
12e94b6970
1 changed files with 2 additions and 0 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue