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: testing/usage/settings.gradle
+7
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,10 @@ pluginManagement {
13
13
}
14
14
}
15
15
rootProject.name ='testing-usage'
16
+
17
+
/* TODO:
18
+
- Iterate over local extensions, and create sub projects
19
+
- parse extensionInfo.xml and add the dependencies to the sub project (evaluate if we can add them globally)
20
+
-- we could even use the extensioninfo to determine all kind of extensions needed (but, we might have issues with differentiaten between, 3rdParty and commerce)
21
+
- Still a two step start, extract, and add deps, see if missing extraction could be a problem
0 commit comments