mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +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 {
|
properties {
|
||||||
// prevent task bootBuildInfo to rerun every time
|
// prevent task bootBuildInfo to rerun every time
|
||||||
time = null
|
time = null
|
||||||
|
// but rerun if the gradle.properties file changed
|
||||||
|
inputs.file("$rootDir/gradle.properties")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue