We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b07e58 commit ec40c02Copy full SHA for ec40c02
api/build.gradle.kts
@@ -49,7 +49,7 @@ tasks.register<Copy>("copySubProjectsOpenAPIFiles") {
49
// For example: organization/src/main/openapi/organization.yaml
50
// Get the order from settings.gradle.kts include() declaration
51
val moduleOrder = rootProject.subprojects.map { it.name }
52
-
+
53
val sourcePaths =
54
configurations.implementation
55
.get()
0 commit comments