You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,12 @@ The HomeTracker Application Plugin give help to deploy HomeTracker's modules.
13
13
*[Closures section](#closures)
14
14
* [module](#closures-module)
15
15
*[Tasks section](#tasks)
16
-
*[generateModuleYml](#tasks-generateModuleYml)
16
+
*[generateModuleYml](#tasks-generateModuleYml)
17
+
17
18
## Getting Started Using the Plugin. <aid="start"></a>
18
19
### *Step 1: Apply the plugin to your Gradle build script.* <aid="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
+
20
22
```groovy
21
23
plugins {
22
24
id: 'com.chillycheesy.modulo-application' version '0.0.1'
@@ -40,7 +42,7 @@ module {
40
42
41
43
### *Step 3: Run the build task.* <aid="start-3"></a>
42
44
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.
44
46
```bash
45
47
$> ./gradlew build
46
48
```
@@ -74,8 +76,9 @@ module {
74
76
main 'com.your.module.MainClass'
75
77
}
76
78
```
77
-
The following array was the exhaustive list of **module**'s parameters.
78
79
80
+
The following array was the exhaustive list of **module**'s parameters.
81
+
79
82
| Key | Description | Equivalent of YAML | Default value |
0 commit comments