Skip to content

Commit 4e9f702

Browse files
committed
Only run deployment tests when war has material changes
Closes gh-24137
1 parent 7efa1e4 commit 4e9f702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-tests/spring-boot-deployment-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
}
3131

3232
intTest {
33-
inputs.files(war)
33+
inputs.files(war).withNormalizer(ClasspathNormalizer)
3434
}
3535

3636
war {

0 commit comments

Comments
 (0)