Setup gradle.properties file
ActionsTags
(2)Copy Gradle properties file to the CI's home directory.
This is especially useful if you need to provide (or override) specific properties on top of the project's properties.
See action.yml
steps:
- uses: actions/checkout@v3
- uses: SimonMarquis/ci-gradle-properties-action@v1
with:
path: .github/gradle.properties
Input | Description |
---|---|
path |
Gradle properties file path. Default is .github/gradle.properties . |
Setup gradle.properties file is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.