[go: nahoru, domu]

Skip to content

🐘 Copy Gradle properties file to the CI's home directory.

License

Notifications You must be signed in to change notification settings

SimonMarquis/ci-gradle-properties-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

🐘 Copy Gradle properties file to the CI's home directory.

Resources

License

Stars

Watchers

Forks

Packages

No packages published