Make deployment integration tests run when war changes
Closes gh-23996
This commit is contained in:
parent
1e9c9b9d73
commit
8294083c99
|
|
@ -30,7 +30,7 @@ dependencies {
|
|||
}
|
||||
|
||||
intTest {
|
||||
dependsOn war
|
||||
inputs.files(war)
|
||||
}
|
||||
|
||||
war {
|
||||
|
|
|
|||
Loading…
Reference in New Issue