https://kotlinlang.org logo
#refreshversions
Title
# refreshversions
e

Emil Butiri

08/24/2022, 9:24 AM
Hello! I have a dependency in a private repo that requires credentials. So for that dependency I hardcode the version. But then I get this comment above each entry in versions.properties:
Copy code
## failed to check repo <https://example.com/artifactory/libs-release/> Cause: http status code 403 HTTP 403 Response.error()
Is it possible to configure refreshVersions to skip this repo?
j

jmfayard

08/24/2022, 9:35 AM
not yet but that sounds like a valid use case, can you please create an issue?
e

Emil Butiri

08/24/2022, 9:37 AM
Thanks for the quick response! I’ll do that. But is there any way I can get rid of that comment in the versions file? Not that it’s a big deal 🙂
j

jmfayard

08/24/2022, 9:37 AM
I don't think so
e

Emil Butiri

08/24/2022, 10:06 AM
And thank you for an extremely useful tool!
l

louiscad

08/24/2022, 5:42 PM
If it's basic authentication, we should support it
12 Views