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
Fix OpenAPI module ordering to respect settings.gradle.kts include() order
- Modified copySubProjectsOpenAPIFiles task to sort modules based on the order defined in settings.gradle.kts
- Replaced alphabetical ordering with custom sorting that uses rootProject.subprojects order
- Unknown modules are placed at the end using Int.MAX_VALUE as sort key
- This ensures the generated OpenAPI specification preserves the intended module sequence
0 commit comments