André Martins
André Martins
Migrated Groovy Gradle scripts into Kotlin for ease of using/configuring. Additionally I've added [Gradle Version Catalogs](https://docs.gradle.org/current/userguide/platforms.html) to manage dependencies in order to add dependabot afterwards.
Added Gradle plugin similar to what we have in oh-my-zsh
### Describe the bug. The CLI x86_64 tarball is dynamically linked against `glibc` and Alpine based images expects `musl`-compatible binaries. Hence, when trying to create a Docker image based on...