commit
915c3ec712
|
|
@ -35,6 +35,7 @@ processResources {
|
||||||
eachFile {
|
eachFile {
|
||||||
filter { it.replace('${spring-boot.version}', project.version) }
|
filter { it.replace('${spring-boot.version}', project.version) }
|
||||||
}
|
}
|
||||||
|
inputs.property "version", project.version
|
||||||
}
|
}
|
||||||
|
|
||||||
task integrationTest {
|
task integrationTest {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue