mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
0e8b9655a0
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. |
||
---|---|---|
.. | ||
cache-base.ts | ||
cache-gradle-user-home.ts | ||
cache-project-dot-gradle.ts | ||
cache-reporting.ts | ||
cache-utils.ts | ||
caches.ts | ||
execution.ts | ||
gradlew.ts | ||
main.ts | ||
post.ts | ||
provision.ts |