Added gradle.properties file to the cache key

Part of project configuration may be in the `gradle.properties` file and changing it should invalidate cache

See: https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties
This commit is contained in:
Alexandr Evstigneev 2023-03-04 08:35:25 +04:00
parent ea15b3b99c
commit a76faebd93
5 changed files with 16 additions and 5 deletions

3
dist/setup/index.js vendored
View file

@ -103452,7 +103452,8 @@ const supportedPackageManager = [
'**/gradle-wrapper.properties',
'buildSrc/**/Versions.kt',
'buildSrc/**/Dependencies.kt',
'gradle/*.versions.toml'
'gradle/*.versions.toml',
'gradle.properties'
]
},
{