Skip to content

Commit f61f1ef

Browse files
committed
reordered sections in api, to follow logical order and improve clarity for users
1 parent f2421af commit f61f1ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

settings.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ rootProject.name = "cosmotech-api-parent"
1616

1717
include(
1818
"api",
19-
"meta",
20-
"connector",
21-
"dataset",
2219
"organization",
2320
"solution",
2421
"workspace",
25-
"metrics",
22+
"dataset",
2623
"runner",
27-
"run")
24+
"run"
25+
"connector",
26+
"meta",
27+
"metrics")
2828

2929
project(":api").name = "cosmotech-api"
3030

0 commit comments

Comments
 (0)