Skip to content

Commit 3016aa7

Browse files
Update README.md
1 parent df2b8ee commit 3016aa7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ The HomeTracker Application Plugin give help to deploy HomeTracker's modules.
1313
* [Closures section](#closures)
1414
* [module](#closures-module)
1515
* [Tasks section](#tasks)
16-
* [generateModuleYml](#tasks-generateModuleYml)
16+
* [generateModuleYml](#tasks-generateModuleYml)
17+
1718
## Getting Started Using the Plugin. <a id="start"></a>
1819
### *Step 1: Apply the plugin to your Gradle build script.* <a id="start-1"></a>
19-
To apply the plugin, please add this following part of code.
20+
To apply the plugin, please add this following part of code.
21+
2022
```groovy
2123
plugins {
2224
id: 'com.chillycheesy.modulo-application' version '0.0.1'
@@ -40,7 +42,7 @@ module {
4042

4143
### *Step 3: Run the build task.* <a id="start-3"></a>
4244
The **modulo-application** plugin include the **java-library** plugin. Therefore, you have access to all **java-library**'s tasks include the **build** task.
43-
Run this following command.
45+
Run this following command.
4446
```bash
4547
$> ./gradlew build
4648
```
@@ -74,8 +76,9 @@ module {
7476
main 'com.your.module.MainClass'
7577
}
7678
```
77-
The following array was the exhaustive list of **module**'s parameters.
7879

80+
The following array was the exhaustive list of **module**'s parameters.
81+
7982
| Key | Description | Equivalent of YAML | Default value |
8083
|:----------------:|:---------------------------------------------------------|:------------------:|-----------------------------------------------:|
8184
| moduleName | Module name. | name | Your Gradle project name. |

0 commit comments

Comments
 (0)