- Gradle Essentials
- Kunal Dabir Abhinandan
- 168字
- 2021-07-30 09:53:50
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: "This class exposes just one method called greet
which we can use to generate a greeting message."
A block of code is set as follows:
task helloWorld << { println "Hello, World!" }
Any command-line input or output is written as follows:
$ gradle --version
Or it may be written as follows:
> gradle --version
Whenever some output or code block is truncated it is denoted by an ellipsis (...) like this:
$ gradle tasks ... Other tasks ----------- helloWorld ...
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: "Once the Submit button is pressed, we'll get the desired result."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Python數(shù)據(jù)分析入門與實(shí)戰(zhàn)
- FFmpeg入門詳解:音視頻流媒體播放器原理及應(yīng)用
- Practical Windows Forensics
- 云計(jì)算通俗講義(第3版)
- 差分進(jìn)化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- INSTANT Passbook App Development for iOS How-to
- C# 8.0核心技術(shù)指南(原書第8版)
- 精通MATLAB(第3版)
- Nginx Lua開發(fā)實(shí)戰(zhàn)
- 智能手機(jī)APP UI設(shè)計(jì)與應(yīng)用任務(wù)教程
- Regression Analysis with Python
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)教程(Windows 7+Office 2010)
- .NET Standard 2.0 Cookbook
- Exploring SE for Android
- Android移動(dòng)應(yīng)用項(xiàng)目化教程