- Gradle Effective Implementations Guide(Second Edition)
- Hubert Klein Ikkink
- 208字
- 2021-07-16 10:43:20
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include directive."
A block of code is set as follows:
task helloWorld << { println 'Hello world.' }
Any command-line input or output is written as follows:
$ gradle -v ------------------------------------------------------------ Gradle 2.12 ------------------------------------------------------------ Build time: 2016-03-14 08:32:03 UTC Chapter 1 [ 5 ] Build number: none Revision: b29fbb64ad6b068cb3f05f7e40dc670472129bc0 Groovy: 2.4.4 Ant: Apache Ant(TM) version 1.9.3 compiled on December23 2013 JVM: 1.8.0_66 (Oracle Corporation 25.66-b17) OS: Mac OS X 10.11.3 x86_64
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "With the Gradle GUI, we have a graphical overview of the tasks in a project and we can execute them by simply clicking on the mouse."
- Kubernetes修煉手冊
- Linux系統架構與運維實戰
- Modern Web Testing with TestCafe
- Persistence in PHP with the Doctrine ORM
- 嵌入式Linux驅動程序和系統開發實例精講
- SharePoint 2013 應用開發實戰
- Linux Shell編程從入門到精通(第2版)
- Linux運維最佳實踐
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- Linux使用和管理指南:從云原生到可觀測性
- OpenSolaris設備驅動原理與開發
- Introduction to R for Quantitative Finance
- Learn SwiftUI
- Linux內核API完全參考手冊(第2版)
- Web Penetration Testing with Kali Linux(Third Edition)