File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ version '1.0.0'
27
27
```
28
28
29
29
### * Step 2: Add the module configuration to your project.* <a id =" start-2 " ></a >
30
- Add the below ** module** closure with your module's information inside.
30
+ Add the below ** module** closure with your module's information inside.
31
+
31
32
``` groovy
32
33
module {
33
34
moduleName 'MyAwesomeModule'
@@ -74,6 +75,7 @@ module {
74
75
}
75
76
```
76
77
The following array was the exhaustive list of ** module** 's parameters.
78
+
77
79
| Key | Description | Equivalent of YAML | Default value |
78
80
| :----------------:| :---------------------------------------------------------| :------------------:| -----------------------------------------------:|
79
81
| moduleName | Module name. | name | Your Gradle project name. |
You can’t perform that action at this time.
0 commit comments