Jan Percic
Jan Percic
we still get this problem (401 when trying to read `maven-metadata.xml` from a private artifact on jitpack) on version `0.11.0`
In the main `build.gradle` file alongside some other repos ``` allprojects { repositories { ... maven { url "https://jitpack.io" credentials { username TOKEN } } ... } } ``` Do...
that does work! did I just miss this in the documentation? thanks a lot
actually, it does work but then next time `buildSrcLibs` command overrides it back to `_` is there a good solution for this?