mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-03-14 00:52:49 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
Gradle Wrapper
gradlew, short for "Gradle Wrapper", is a script designed to provide a consistent and reliable way to build and run Gradle projects, regardless of the environment in which the project is being executed. This script ensures that the correct version of Gradle is used, even if Gradle is not installed on the host machine. It's really common to see a gradlew script in projects in JVM languages (Java, Kotlin, etc).