You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this plugin, I am able to easily keep my API keys locally and not upload them via git.
However, when using the Gitlab CI system to deliver application via runners, this plugin doesn't resolve the keys in environment variables defined in Gitlab (ORG_GRADLE_PROJECT_) and defaults to using the default variables in the specified file (local.defaults.properties for example).
The expected behaviour is:
Check for the given properties file (local.properties)
Check environment variables
Use the default properties file (local.defaults.properties)
The text was updated successfully, but these errors were encountered:
Using this plugin, I am able to easily keep my API keys locally and not upload them via git.
However, when using the Gitlab CI system to deliver application via runners, this plugin doesn't resolve the keys in environment variables defined in Gitlab (ORG_GRADLE_PROJECT_) and defaults to using the default variables in the specified file (local.defaults.properties for example).
The expected behaviour is:
The text was updated successfully, but these errors were encountered: