Merge branch '2.3.x'

Closes gh-22781
This commit is contained in:
Andy Wilkinson 2020-08-07 09:44:33 +01:00
commit 915c3ec712
1 changed files with 1 additions and 0 deletions

View File

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