diff --git a/spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle b/spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle index b57e043d49..a0d89572ab 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle @@ -35,6 +35,7 @@ processResources { eachFile { filter { it.replace('${spring-boot.version}', project.version) } } + inputs.property "version", project.version } task integrationTest {