Chris Arriola

Results 134 comments of Chris Arriola

@doneill were you able to resolve this issue?

Please reopen if you are still seeing this.

It looks like Google Maven is not in the search path. Perhaps adding the following to your `build.gradle` file would do the trick? ``` buildscript { repositories { google() mavenCentral()...

Hi @ClaudeHangui, can you try with the latest version of this library (2.0.0)? Also, just to confirm, are you able to get the plugin to work when it reads from...

Are you getting a compilation error? Or is the error related to the map not showing (i.e. the plugin is able to fetch the key, but the key does not...

The error message that you shared in https://github.com/google/secrets-gradle-plugin/issues/44#issuecomment-945976394 does not match the error you are describing of the plugin not being able to fetch the key. You should see something...

Yep, that error message indicates that API key restrictions are incorrectly applied and does not have anything to do with the plugin's functionality. Is it possible that you have 2...

If you can share a demo project that reproduces this issue for me to look into further that would be helpful. Another thing you can test to verify that this...