- Gradle Effective Implementations Guide(Second Edition)
- Hubert Klein Ikkink
- 155字
- 2021-07-16 10:43:19
Preface
Gradle is the next generation in build automation. Gradle uses convention-over-configuration to provide good defaults, but it is also flexible to be used in every situation you encounter in daily development. Build logic is described with a powerful DSL and empowers developers to create reusable and maintainable build logic.
We will see more about Gradle in this book. We will discuss Gradle's features with code samples throughout the book. We will also discuss how to write tasks, work with files, and write build scripts using the Groovy DSL. Next, we will discuss how to use Gradle in projects to compile, package, test, check code quality, and deploy applications. Finally we will see how to integrate Gradle with continuous integration servers and development environments (IDEs).
After reading this book, you will know how to use Gradle in your daily development. We can write tasks, apply plugins, and write build logic using the Gradle build language.
- 電腦組裝與系統(tǒng)安裝
- Citrix XenApp Performance Essentials
- 從零開始寫Linux內(nèi)核:一書學(xué)透核心原理與實(shí)現(xiàn)
- Red Hat Enterprise Linux 8系統(tǒng)管理實(shí)戰(zhàn)
- BPEL and Java Cookbook
- Windows Server 2012 Hyper-V Cookbook
- Mastering KVM Virtualization
- 網(wǎng)絡(luò)操作系統(tǒng)管理與應(yīng)用(第三版)
- 注冊表應(yīng)用完全DIY
- OpenSolaris設(shè)備驅(qū)動(dòng)原理與開發(fā)
- 從實(shí)踐中學(xué)習(xí)Windows滲透測試
- Mastering Windows 8 C++ App Development
- 電腦辦公(Windows 10 + Office 2016)入門與提高(超值版)
- VMware vSphere 5.1 Cookbook
- Java EE 8 High Performance