Skip to content
package

GitHub Action

Setup gradle.properties file

v1 Latest version

Setup gradle.properties file

package

Setup gradle.properties file

Copy Gradle properties file to the CI's home directory

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup gradle.properties file

uses: SimonMarquis/ci-gradle-properties-action@v1

Learn more about this action in SimonMarquis/ci-gradle-properties-action

Choose a version

🐘 CI Gradle properties

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.

Usage

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.