Björn Kautler
Björn Kautler
**Is your feature request related to a problem or specific use case? Please describe.** It would be nice to be able to specify the signature algorithm the PlainSigner uses when...
Would be nice to have an alignment rule for the BouncyCastle modules built-in. I just had the case that I updated a library that transitively caused `bcprov-...` to be updated...
As far as I have seen the only way to align within `patch { ... }` is to list all modules that should be aligned explicitly, with optionally specifying a...
As documented on https://docs.gradle.com/develocity/gradle-plugin/current/ at `Publishing on demand` I configured `onlyIf { false }` to only publish build scans on demand and be able to use `buildScanPublishPrevious`. In this action...
# Component * [ ] github-workflows-kt (library with the DSL) * [x] bindings server (https://bindings.krzeminski.it) * [ ] I don't know # Action ```bash for i in {01..100}; do echo...
# Component * [x] github-workflows-kt (library with the DSL) * [ ] bindings server (https://bindings.krzeminski.it) * [ ] I don't know # Action ```kotlin val FOO by Contexts.env ``` and...
Similarly to settings plugin as requested in #367 it would be nice if also version catalog dependencies would be checked. If you for example have in the settings script ```kotlin...