google / google/secrets-gradle-plugin
Not an Issue: Can I use secret keys on the build.gradle.kts
Open
- Dominant language
- Kotlin
- Stars
- 1.3k
- Forks
- 122
- PR merge metrics
- No merged PRs in 30d
Description
I would like to know if I can use a variable in the build.gradle.kts. I know I can use the gradle.properties file and retrieve it like this `project.findProperty("ALIAS_SIGNING_KEY").toString()` but I wanted to know if there is a way to do it with the secret repository.

Contributor guide
Assessment
This issue has not been assessed yet.