Commit 95b504cc authored by Andy Wilkinson's avatar Andy Wilkinson

Make processResources out-of-date on version change

Closes gh-22780
parent 3f82ca40
...@@ -35,6 +35,7 @@ processResources { ...@@ -35,6 +35,7 @@ processResources {
eachFile { eachFile {
filter { it.replace('${spring-boot.version}', project.version) } filter { it.replace('${spring-boot.version}', project.version) }
} }
inputs.property "version", project.version
} }
task integrationTest { task integrationTest {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment