- Building Serverless Architectures
- Cagatay Gurturk
- 169字
- 2021-07-02 19:04:43
Gradle
We must also have Gradle installed on our system. Gradle is a modern build tool that got popularity with Android. It uses Groovy-based DSL instead of XML files and mixes declarative and imperative type of build configuration. With Gradle you can define dependencies and project properties, and also you can write functions. We will leverage Gradle to build our deployment system, so with only one command we will be able to deploy all our software to cloud.
Throughout the book, we will use the Gradle wrapper that locks the Gradle version for the project, thus providing integrity between different teams. However, in order to run the gradle wrapper task, which will create the gradle wrapper files in our project, we have to have at least one Gradle version locally in our system.
If you do not have it already, execute the following:
$ curl -s https://get.sdkman.io | bash
Then, open a new terminal and type this:
$ sdk install gradle 2.14
This will install the Gradle 2.14 version.
- 數據科學實戰手冊(R+Python)
- C語言程序設計實踐教程(第2版)
- Java程序設計實戰教程
- LabVIEW程序設計基礎與應用
- Learn to Create WordPress Themes by Building 5 Projects
- 程序員面試筆試寶典
- Learning Data Mining with Python
- FreeSWITCH 1.6 Cookbook
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Java編程技術與項目實戰(第2版)
- Java EE核心技術與應用
- 精通Python自動化編程
- Spring Boot+MVC實戰指南
- R語言實戰(第2版)