Skip to content

Setup gradle.properties file

Actions
Copy Gradle properties file to the CI s home directory
v1
Latest
Star (1)

🐘 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.

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.

About

Copy Gradle properties file to the CI s home directory
v1
Latest

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.