Andreas Köhler
Results
2
issues of
Andreas Köhler
When using `generateOtpAuthUrl()`, the contents are already url-encoded as that would fit for the `chl` query parameter of the `qrImageUrl()`. This way the plain URL is not usable, though. As...
In my `settings.gradle.kts` file the repositories are controlled via `dependencyResolutionManagement.repositories`, i.e. `project.repositories` is empty when applying the plugin. How can I avoid adding the `mavenCentral()` repository in this case, as...