google / google/secrets-gradle-plugin

The plugin is ignoring my custom file when specific the file with path.

Open
#39 4 comments 1 reaction 0 assignees View on GitHub
type: feature request
Dominant language
Kotlin
Stars
1.3k
Forks
122
PR merge metrics
No merged PRs in 30d

Description

As the document said we have to create a custom file at the root of the folder and it's working fine on my project,
Is it possible to move my custom file into another folder?

```groovy
staging {
secrets {
propertiesFileName 'properties/staging.properties'
}
}
```

The plugin is ignoring my custom file with the path and then somehow read from my release.properties instead.

Does anyone know how to read the configuration file from another folder?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.