Be sensitive to changes in `databases.gradle` in terms of invalidating build-cache
This commit is contained in:
parent
f13eb7549d
commit
e97e76182b
|
@ -270,6 +270,7 @@ processTestResources {
|
||||||
duplicatesStrategy DuplicatesStrategy.INCLUDE
|
duplicatesStrategy DuplicatesStrategy.INCLUDE
|
||||||
inputs.property( "db", db )
|
inputs.property( "db", db )
|
||||||
inputs.property( "dbHost", dbHost )
|
inputs.property( "dbHost", dbHost )
|
||||||
|
inputs.file( rootProject.file( "gradle/databases.gradle" ) )
|
||||||
doLast {
|
doLast {
|
||||||
copy {
|
copy {
|
||||||
from( sourceSets.test.java.srcDirs ) {
|
from( sourceSets.test.java.srcDirs ) {
|
||||||
|
|
Loading…
Reference in New Issue