artifactoryResolverPassword is not updating

artifactoryResolverPassword used in my build file - ${artifactoryResolverPassword} is not updating and I keep getting 401 errors from Artifactory. Anyone ever had this problem?

Using gradle-8.0.2-all.zip

Changed variable to ${artifactoryResolverPassword1} — Added “1” to the end and it started picking up the new value.

You provided to less information about your build to draw any conclusion unfortunately. For example where and how is this used exactly?

Vampire it has been a while and I apologize. The issue was the password was cached in the following directory - C:\Users\moojjoo\.gradle

I simply renamed the .gradle to .gradleBAK and rebuild and the password got updated. Problem solved.

1 Like