- 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.
- Python科學(xué)計(jì)算(第2版)
- 數(shù)據(jù)庫(kù)系統(tǒng)教程(第2版)
- 自己動(dòng)手寫搜索引擎
- Java系統(tǒng)分析與架構(gòu)設(shè)計(jì)
- Apache Spark 2.x Machine Learning Cookbook
- Web交互界面設(shè)計(jì)與制作(微課版)
- PHP+MySQL網(wǎng)站開發(fā)技術(shù)項(xiàng)目式教程(第2版)
- Mastering Scientific Computing with R
- C++程序設(shè)計(jì)基礎(chǔ)教程
- Expert Android Programming
- 蘋果的產(chǎn)品設(shè)計(jì)之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務(wù)和用戶體驗(yàn)的七個(gè)原則
- Using Yocto Project with BeagleBone Black
- 體驗(yàn)之道:從需求到實(shí)踐的用戶體驗(yàn)實(shí)戰(zhàn)
- 網(wǎng)絡(luò)綜合布線與組網(wǎng)實(shí)戰(zhàn)指南
- 城市信息模型平臺(tái)頂層設(shè)計(jì)與實(shí)踐