Variable: cider-gradle-command
cider-gradle-command is a customizable variable defined in cider.el.
Value
"./gradlew"
Documentation
The command used to execute Gradle.
This variable was added, or its default value changed, in cider version 0.10.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider.el
(defcustom cider-gradle-command
"./gradlew"
"The command used to execute Gradle."
:type 'string
:safe #'stringp
:package-version '(cider . "0.10.0"))