mirror of
https://github.com/actions/setup-java.git
synced 2025-07-23 23:18:26 +02:00
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:
parent
ea15b3b99c
commit
a76faebd93
5 changed files with 16 additions and 5 deletions
|
@ -36,7 +36,8 @@ const supportedPackageManager: PackageManager[] = [
|
|||
'**/gradle-wrapper.properties',
|
||||
'buildSrc/**/Versions.kt',
|
||||
'buildSrc/**/Dependencies.kt',
|
||||
'gradle/*.versions.toml'
|
||||
'gradle/*.versions.toml',
|
||||
'gradle.properties'
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue