gradle-build-action/src
Daz DeBoer 53e57a851c
Make Gradle Home detection compatible with MacOS
MacOS runners are initialized with a Gradle User Home directory including
the `~/.gradle/notifications` directory. This was causing the action to skip
restoring the Gradle User Home on MacOS.

This fix limits the pre-existing GUH check to the `~/.gradle/caches` directory
which isn't pre-initialized in the runner.

Fixes #155
2022-02-03 09:46:37 -07:00
..
cache-base.ts Make Gradle Home detection compatible with MacOS 2022-02-03 09:46:37 -07:00
cache-extract-entries.ts Improve cache-reporting when entry already exists 2022-01-20 15:04:11 -07:00
cache-reporting.ts Add experimental support for 'cache-write-only' 2022-01-20 15:04:11 -07:00
cache-utils.ts Do not hide ReserveCacheError failures 2022-01-21 08:08:32 -07:00
caches.ts Add experimental support for 'cache-write-only' 2022-01-20 15:04:11 -07:00
execution.ts Check executable bit on Gradle script 2021-12-30 21:40:27 -07:00
gradlew.ts
main.ts Allow action to be used without Gradle invocation 2021-12-17 10:29:58 -07:00
post.ts Refactor: use a single .json file to describe all cached artifact bundles (#121) 2021-11-28 10:19:56 -07:00
provision.ts Avoid failing build on distributions cache errors 2021-11-05 07:01:48 -06:00