Files
dotfiles/dot_config/nushell/nu_scripts/custom-completions/gradlew
Cian Hughes 896af887ca Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
2024-11-07 13:52:17 +00:00
..
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00

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).