Skip to content

Commit cf24dd5

Browse files
committed
Document StructureExtension.group in README.md
1 parent 9ac90e4 commit cf24dd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ plugins {
1616
}
1717

1818
structure {
19+
group = "org.example"
1920
rootProject("example-app") {
2021
project("model")
2122
project("client") {
@@ -38,7 +39,8 @@ This results in the following fully qualified project names:
3839
- `example-app-server-database`
3940
- `example-app-server-rest-api`
4041

41-
Even though all project names are fully qualified, you can still use short project names in task paths on the command line. The following list shows the path for the `build` task for each project:
42+
Even though all project names are fully qualified, you can still use short project names in task paths on the command line.
43+
The following list shows the path of the `build` task for each project:
4244
- `./gradlew :build`
4345
- `./gradlew :model:build`
4446
- `./gradlew :client:build`

0 commit comments

Comments
 (0)