Merge branch '3.2.x' into 3.3.x
Closes gh-42930
This commit is contained in:
@@ -32,10 +32,11 @@ task syncIntegrationTestSources(type: Sync) {
|
||||
}
|
||||
|
||||
processResources {
|
||||
def version = project.version
|
||||
eachFile {
|
||||
filter { it.replace('${spring-boot.version}', project.version) }
|
||||
filter { it.replace('${spring-boot.version}', version) }
|
||||
}
|
||||
inputs.property "version", project.version
|
||||
inputs.property "version", version
|
||||
}
|
||||
|
||||
task integrationTest {
|
||||
|
||||
Reference in New Issue
Block a user