gradle-build-action/src
Daz DeBoer 0e8b9655a0
Allow action to be used without Gradle invocation
If the user supplies no 'arguments' parameter, the action will function as a
'setup-gradle' action, adding Gradle to the PATH and enabling other features
without actually running a Gradle build.

Any subsequent Gradle invocations in the workflow will benefit from:
- Save/restore of Gradle User Home
- Save/restore of configuration-cache data
- Capture of build-scan URLs

These features are enabled via Gradle User Home, so any Gradle invocation that
uses the same Gradle User Home will be included.
2021-12-17 10:29:58 -07:00
..
cache-base.ts Restore/save configuration-cache data in first action 2021-12-08 15:09:27 -07:00
cache-gradle-user-home.ts Restore/save configuration-cache data in first action 2021-12-08 15:09:27 -07:00
cache-project-dot-gradle.ts Restore/save configuration-cache data in first action 2021-12-08 15:09:27 -07:00
cache-reporting.ts Extract cache-reporting into separate file 2021-12-08 15:09:26 -07:00
cache-utils.ts Restore/save configuration-cache data in first action 2021-12-08 15:09:27 -07:00
caches.ts Restore/save configuration-cache data in first action 2021-12-08 15:09:27 -07:00
execution.ts Allow action to be used without Gradle invocation 2021-12-17 10:29:58 -07:00
gradlew.ts Allow source files to contain lines up to 120 characters 2021-10-29 07:50:06 -06:00
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