Make processResources out-of-date on version change

Closes gh-22780
This commit is contained in:
Andy Wilkinson
2020-08-07 09:44:04 +01:00
parent 3f82ca40e2
commit 95b504ccad

View File

@@ -35,6 +35,7 @@ processResources {
eachFile {
filter { it.replace('${spring-boot.version}', project.version) }
}
inputs.property "version", project.version
}
task integrationTest {