Be sensitive to changes in `databases.gradle` in terms of invalidating build-cache

This commit is contained in:
Steve Ebersole 2023-12-21 11:05:44 -06:00
parent f13eb7549d
commit e97e76182b
1 changed files with 1 additions and 0 deletions

View File

@ -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 ) {