(root or project) when looking for credentials to publish to maven? My question comes from here, vanniktechgradle-plugin (which fetches credentials here).
Alternative you could use your ~/.gradle/gradle.properties file (or passing the properties as arguments/env)
g
Guilherme Delgado
12/20/2022, 9:59 PM
I would prefer to have it under a
local.properties
by project instead of having it in a “global” one. It’s true that this values don’t change much (specially maven username/pwd) but others might. In the end it’s not critical (it’s my OCD 😛 asking for a friend), I can use CI to publish it, it’s safer actually.