Skip to content

Commit 95b504c

Browse files
committed
Make processResources out-of-date on version change
Closes gh-22780
1 parent 3f82ca4 commit 95b504c

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-antlib

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ processResources {
3535
eachFile {
3636
filter { it.replace('${spring-boot.version}', project.version) }
3737
}
38+
inputs.property "version", project.version
3839
}
3940

4041
task integrationTest {

0 commit comments

Comments
 (0)