Add versions properties to cache (#280)

* Add versions properties to cache

* lint fix

npm run format change

* [FIX] unit test

* docs: fix typo in the Readme.md

* docs: update link to the toolkit/cache package

---------

Co-authored-by: Ivan Zosimov <ivan.zosimov@Ivans-MacBook-Pro.local>
This commit is contained in:
Endi327 2023-07-21 13:38:46 +02:00 committed by GitHub
parent 4fb397523b
commit cd89f46ac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5198 additions and 5176 deletions

View file

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