Table of Contents
The gradle
commandlet allows to install, configure, and launch gradle. It is similar to gradle-wrapper. So calling devon gradle «args»
is more or less the same as calling gradle «args»
but with the benefit that the version of gradle preferred by your project is used (and will be installed if not yet available).
The arguments (devon gradle «args»
) are explained by the following table:
devon gradle
Argument(s) | Meaning |
---|---|
|
setup gradle (install and verify), configurable via |
|
run gradle with the given arguments ( |