Skip to content

Commit

Permalink
Only run deployment tests when war has material changes
Browse files Browse the repository at this point in the history
Closes gh-24137
  • Loading branch information
wilkinsona committed Nov 20, 2020
1 parent 7efa1e4 commit 4e9f702
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@ dependencies {
}

intTest {
inputs.files(war)
inputs.files(war).withNormalizer(ClasspathNormalizer)
}

war {
Expand Down

0 comments on commit 4e9f702

Please sign in to comment.