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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ plugins {
16
16
}
17
17
18
18
structure {
19
+
group ="org.example"
19
20
rootProject("example-app") {
20
21
project("model")
21
22
project("client") {
@@ -38,7 +39,8 @@ This results in the following fully qualified project names:
38
39
-`example-app-server-database`
39
40
-`example-app-server-rest-api`
40
41
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:
0 commit comments