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
|
||||
inputs.property( "db", db )
|
||||
inputs.property( "dbHost", dbHost )
|
||||
inputs.file( rootProject.file( "gradle/databases.gradle" ) )
|
||||
doLast {
|
||||
copy {
|
||||
from( sourceSets.test.java.srcDirs ) {
|
||||
|
|
Loading…
Reference in New Issue