Some checks are pending
Verify generated outputs / check (push) Waiting to run
Test different action inputs / action-inputs (ubuntu-latest) (push) Waiting to run
Test different action inputs / action-inputs (windows-latest) (push) Waiting to run
Test caching configuration / seed-build (ubuntu-latest) (push) Waiting to run
Test caching configuration / seed-build (windows-latest) (push) Waiting to run
Test caching configuration / verify-build (ubuntu-latest) (push) Blocked by required conditions
Test caching configuration / verify-build (windows-latest) (push) Blocked by required conditions
Test save/restore configuration-cache state / seed-build-groovy (ubuntu-latest) (push) Waiting to run
Test save/restore configuration-cache state / seed-build-groovy (windows-latest) (push) Waiting to run
Test save/restore configuration-cache state / configuration-cache-groovy (ubuntu-latest) (push) Blocked by required conditions
Test save/restore configuration-cache state / configuration-cache-groovy (windows-latest) (push) Blocked by required conditions
Test save/restore configuration-cache state / no-extracted-cache-entries-restored (ubuntu-latest) (push) Blocked by required conditions
Test save/restore configuration-cache state / no-extracted-cache-entries-restored (windows-latest) (push) Blocked by required conditions
Test save/restore configuration-cache state / seed-build-kotlin (ubuntu-latest) (push) Waiting to run
Test save/restore configuration-cache state / seed-build-kotlin (windows-latest) (push) Waiting to run
Test save/restore configuration-cache state / modify-build-kotlin (ubuntu-latest) (push) Blocked by required conditions
Test save/restore configuration-cache state / modify-build-kotlin (windows-latest) (push) Blocked by required conditions
Test save/restore configuration-cache state / configuration-cache-kotlin (ubuntu-latest) (push) Blocked by required conditions
Test save/restore configuration-cache state / configuration-cache-kotlin (windows-latest) (push) Blocked by required conditions
Test save/restore Gradle Home directory / seed-build (ubuntu-latest) (push) Waiting to run
Test save/restore Gradle Home directory / seed-build (windows-latest) (push) Waiting to run
Test save/restore Gradle Home directory / dependencies-cache (ubuntu-latest) (push) Blocked by required conditions
Test save/restore Gradle Home directory / dependencies-cache (windows-latest) (push) Blocked by required conditions
Test save/restore Gradle Home directory / build-cache (ubuntu-latest) (push) Blocked by required conditions
Test save/restore Gradle Home directory / build-cache (windows-latest) (push) Blocked by required conditions
Test save/restore Gradle Home directory / no-extracted-cache-entries-restored (ubuntu-latest) (push) Blocked by required conditions
Test save/restore Gradle Home directory / no-extracted-cache-entries-restored (windows-latest) (push) Blocked by required conditions
Test save/restore java toolchains / seed-build (ubuntu-latest) (push) Waiting to run
Test save/restore java toolchains / seed-build (windows-latest) (push) Waiting to run
Test save/restore java toolchains / toolchain-cache (ubuntu-latest) (push) Blocked by required conditions
Test save/restore java toolchains / toolchain-cache (windows-latest) (push) Blocked by required conditions
Test save/restore Gradle state with direct execution / seed-build (ubuntu-latest) (push) Waiting to run
Test save/restore Gradle state with direct execution / seed-build (windows-latest) (push) Waiting to run
Test save/restore Gradle state with direct execution / verify-build (ubuntu-latest) (push) Blocked by required conditions
Test save/restore Gradle state with direct execution / verify-build (windows-latest) (push) Blocked by required conditions
Test Gradle execution / gradle-execution (ubuntu-latest) (push) Waiting to run
Test Gradle execution / gradle-execution (windows-latest, .bat) (push) Waiting to run
Test Gradle execution / gradle-versions (-gradle-4, 4.10.3, ubuntu-latest) (push) Waiting to run
Test Gradle execution / gradle-versions (-gradle-4, 4.10.3, windows-latest) (push) Waiting to run
Test Gradle execution / gradle-versions (-gradle-5, 5.6.4, ubuntu-latest) (push) Waiting to run
Test Gradle execution / gradle-versions (-gradle-5, 5.6.4, windows-latest) (push) Waiting to run
Test Gradle execution / gradle-versions (6.9, ubuntu-latest) (push) Waiting to run
Test Gradle execution / gradle-versions (6.9, windows-latest) (push) Waiting to run
Test Gradle execution / gradle-versions (7.3, ubuntu-latest) (push) Waiting to run
Test Gradle execution / gradle-versions (7.3, windows-latest) (push) Waiting to run
Test caching with a custom GRADLE_USER_HOME / seed-build (ubuntu-latest) (push) Waiting to run
Test caching with a custom GRADLE_USER_HOME / seed-build (windows-latest) (push) Waiting to run
Test caching with a custom GRADLE_USER_HOME / dependencies-cache (ubuntu-latest) (push) Blocked by required conditions
Test caching with a custom GRADLE_USER_HOME / dependencies-cache (windows-latest) (push) Blocked by required conditions
Test caching with a custom GRADLE_USER_HOME / build-cache (ubuntu-latest) (push) Blocked by required conditions
Test caching with a custom GRADLE_USER_HOME / build-cache (windows-latest) (push) Blocked by required conditions
Test provision different Gradle versions / provision-gradle (ubuntu-latest) (push) Waiting to run
Test provision different Gradle versions / provision-gradle (windows-latest, .bat) (push) Waiting to run
Test provision different Gradle versions / gradle-versions (-gradle-4, 4.10.3, ubuntu-latest) (push) Waiting to run
Test provision different Gradle versions / gradle-versions (-gradle-4, 4.10.3, windows-latest) (push) Waiting to run
Test provision different Gradle versions / gradle-versions (-gradle-5, 5.6.4, ubuntu-latest) (push) Waiting to run
Test provision different Gradle versions / gradle-versions (-gradle-5, 5.6.4, windows-latest) (push) Waiting to run
Test provision different Gradle versions / gradle-versions (6.9, ubuntu-latest) (push) Waiting to run
Test provision different Gradle versions / gradle-versions (6.9, windows-latest) (push) Waiting to run
Test provision different Gradle versions / gradle-versions (7.3, ubuntu-latest) (push) Waiting to run
Test provision different Gradle versions / gradle-versions (7.3, windows-latest) (push) Waiting to run
Test caching with Gradle Plugin project using TestKit / seed-build (ubuntu-latest) (push) Waiting to run
Test caching with Gradle Plugin project using TestKit / seed-build (windows-latest) (push) Waiting to run
Test caching with Gradle Plugin project using TestKit / verify-build (ubuntu-latest) (push) Blocked by required conditions
Test caching with Gradle Plugin project using TestKit / verify-build (windows-latest) (push) Blocked by required conditions
Test caching with Kotlin DSL / seed-build (ubuntu-latest) (push) Waiting to run
Test caching with Kotlin DSL / seed-build (windows-latest) (push) Waiting to run
Test caching with Kotlin DSL / verify-build (ubuntu-latest) (push) Blocked by required conditions
Test caching with Kotlin DSL / verify-build (windows-latest) (push) Blocked by required conditions
70 lines
2.2 KiB
YAML
70 lines
2.2 KiB
YAML
name: "Gradle Build Action"
|
|
description: 'Configures Gradle for use in GitHub actions, caching useful state in the GitHub actions cache'
|
|
|
|
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
|
|
|
|
inputs:
|
|
gradle-version:
|
|
description: Gradle version to use
|
|
required: false
|
|
|
|
cache-disabled:
|
|
description: When 'true', all caching is disabled. No entries will be written to or read from the cache.
|
|
required: false
|
|
default: false
|
|
|
|
cache-read-only:
|
|
description: When 'true', existing entries will be read from the cache but no entries will be written.
|
|
required: false
|
|
default: false
|
|
# e.g. Use the following setting to only write cache entries from your 'main' branch
|
|
# cache-read-only: ${{ github.ref != 'refs/heads/main' }}
|
|
|
|
gradle-home-cache-includes:
|
|
description: Paths within Gradle User Home to cache.
|
|
required: false
|
|
default: |
|
|
caches
|
|
notifications
|
|
|
|
gradle-home-cache-excludes:
|
|
description: Paths within Gradle User Home to exclude from cache.
|
|
required: false
|
|
# e.g. Use the following setting to prevent the local build cache from being saved/restored
|
|
# gradle-home-cache-excludes: |
|
|
# ["caches/build-cache-1"]
|
|
|
|
arguments:
|
|
description: Gradle command line arguments (supports multi-line input)
|
|
required: false
|
|
|
|
build-root-directory:
|
|
description: Path to the root directory of the build
|
|
required: false
|
|
|
|
gradle-executable:
|
|
description: Path to the Gradle executable
|
|
required: false
|
|
|
|
# EXPERIMENTAL & INTERNAL ACTION INPUTS
|
|
# The following action properties allow fine-grained tweaking of the action caching behaviour.
|
|
# These properties are not designed for production use, and may change without notice in a subsequent release of `gradle-build-action`.
|
|
# Use at your own risk!
|
|
workflow-job-context:
|
|
description: Used to uniquely identify the current job invocation. Defaults to the matrix values for this job; this should not be overridden by users (INTERNAL).
|
|
required: false
|
|
default: ${{ toJSON(matrix) }}
|
|
|
|
outputs:
|
|
build-scan-url:
|
|
description: Link to the build scan if any
|
|
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/main/index.js'
|
|
post: 'dist/post/index.js'
|
|
|
|
branding:
|
|
icon: 'box'
|
|
color: 'gray-dark'
|