- Groovy for Domain:specific Languages(Second Edition)
- Fergal Dearle
- 176字
- 2021-07-16 19:42:48
Installing Gradle
Let's start by installing Gradle using the GVM tool we used in the last chapter. Installing Gradle is simplicity itself if you have followed the instructions from Chapter 2, Groovy Quick Start, to install the GVM tool. Just issue the following GVM command:
$gvm install gradle
This will install the latest available version of Gradle into your environment. The Gradle developers, Gradleware, have a policy of first deprecating old features and then removing them entirely. So, to avoid any future compatibility issues, you can use the GVM tool to install the version of Gradle used when this book was written as follows:
$gvm install gradle 2.4
If you already have Gradle installed with a different version you can switch versions as follows:
$gvm use gradle 2.4
GVM takes care of all the detail of installing Gradle and setting up the path and GRADLE_HOME
environment for you. If you are not using the GVM tool, you can find the Gradle installation packages at http://www.gradle.org/downloads. Then configure the Gradle environment by following the instructions at http://www.gradle.org/docs/current/userguide/installation.html.
- 算法基礎:打開程序設計之門
- Selenium Design Patterns and Best Practices
- 算法大爆炸:面試通關步步為營
- 青少年美育趣味課堂:XMind思維導圖制作
- Python Tools for Visual Studio
- Visual C++應用開發(fā)
- Python:Master the Art of Design Patterns
- 劍指大數(shù)據(jù):企業(yè)級數(shù)據(jù)倉庫項目實戰(zhàn)(在線教育版)
- Learning Unreal Engine Android Game Development
- 微信小程序開發(fā)實戰(zhàn):設計·運營·變現(xiàn)(圖解案例版)
- Java編程從入門到精通
- 算法圖解
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Manage Your SAP Projects with SAP Activate
- Learning Dynamics NAV Patterns