Skip to content

Commit 3fc3886

Browse files
adrianstanciujreynard-code
authored andcommitted
reordered sections in api, to follow logical order and improve clarity for users
1 parent 35ebbc1 commit 3fc3886

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

settings.gradle.kts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ pluginManagement {
1515
rootProject.name = "cosmotech-api-parent"
1616

1717
include(
18-
"api", "meta", "dataset", "organization", "solution", "workspace", "metrics", "runner", "run")
18+
"api",
19+
"organization",
20+
"solution",
21+
"workspace",
22+
"dataset",
23+
"runner",
24+
"run",
25+
"meta",
26+
"metrics")
1927

2028
project(":api").name = "cosmotech-api"
2129

0 commit comments

Comments
 (0)