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 3fc3886 commit 7cb9449Copy full SHA for 7cb9449
api/build.gradle.kts
@@ -48,7 +48,7 @@ tasks.register<Copy>("copySubProjectsOpenAPIFiles") {
48
// For example: organization/src/main/openapi/organization.yaml
49
// Get the order from settings.gradle.kts include() declaration
50
val moduleOrder = rootProject.subprojects.map { it.name }
51
-
+
52
val sourcePaths =
53
configurations.implementation
54
.get()
0 commit comments